Skip to content

Commit

Permalink
QGS vs QGZ is not about supporting auxiliary data
Browse files Browse the repository at this point in the history
but whether these data are embedded in the file or not
  • Loading branch information
DelazJ authored and nyalldawson committed Jun 3, 2020
1 parent 97d31d0 commit 16e713a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -1050,7 +1050,7 @@
<item row="0" column="1">
<widget class="QRadioButton" name="mFileFormatQgzButton">
<property name="text">
<string>QGZ Archive file format, supports auxiliary data</string>
<string>QGZ Archive file format, embeds auxiliary data</string>
</property>
<attribute name="buttonGroup">
<string notr="true">mDefaultProjectFileFormatButtonGroup</string>
Expand All @@ -1060,7 +1060,10 @@
<item row="1" column="1">
<widget class="QRadioButton" name="mFileFormatQgsButton">
<property name="text">
<string>QGS Project saved in a clear text, does not support auxiliary data</string>
<string>QGS Project saved in a clear text, does not embed auxiliary data</string>
</property>
<property name="toolTip">
<string>The auxiliary data will be kept in a separate file</string>
</property>
<attribute name="buttonGroup">
<string notr="true">mDefaultProjectFileFormatButtonGroup</string>
Expand Down

0 comments on commit 16e713a

Please sign in to comment.