Skip to content

Commit 2a9ddb7

Browse files
committedJan 24, 2017
Fix bad labeling strings
1 parent b3e8d82 commit 2a9ddb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsengineconfigdialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
</sizepolicy>
258258
</property>
259259
<property name="text">
260-
<string>Show all labels and features for all layers</string>
260+
<string>Show all labels for all layers</string>
261261
</property>
262262
</widget>
263263
</item>
@@ -287,7 +287,7 @@
287287
<item row="1" column="0" colspan="3">
288288
<widget class="QCheckBox" name="chkShowPartialsLabels">
289289
<property name="text">
290-
<string>Show partials labels</string>
290+
<string>Show partial labels</string>
291291
</property>
292292
</widget>
293293
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.