Skip to content

Commit

Permalink
Fix bad labeling strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 24, 2017
1 parent b3e8d82 commit 2a9ddb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsengineconfigdialog.ui
Expand Up @@ -257,7 +257,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Show all labels and features for all layers</string>
<string>Show all labels for all layers</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -287,7 +287,7 @@
<item row="1" column="0" colspan="3">
<widget class="QCheckBox" name="chkShowPartialsLabels">
<property name="text">
<string>Show partials labels</string>
<string>Show partial labels</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 2a9ddb7

Please sign in to comment.