Skip to content

Commit

Permalink
Be more descriptive as to what 'RDF metadata' is
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 12, 2019
1 parent f623c52 commit 69ff83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/layout/qgspdfexportoptions.ui
Expand Up @@ -53,7 +53,7 @@
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="mIncludeMetadataCheckbox">
<property name="text">
<string>Export RDF metadata</string>
<string>Export RDF metadata (title, author, etc.)</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/layout/qgssvgexportoptions.ui
Expand Up @@ -36,7 +36,7 @@
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="mIncludeMetadataCheckbox">
<property name="text">
<string>Export RDF metadata</string>
<string>Export RDF metadata (title, author, etc.)</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down

0 comments on commit 69ff83b

Please sign in to comment.