mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
Fix bad labeling strings
This commit is contained in:
parent
b3e8d82190
commit
2a9ddb78c0
@ -257,7 +257,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show all labels and features for all layers</string>
|
<string>Show all labels for all layers</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -287,7 +287,7 @@
|
|||||||
<item row="1" column="0" colspan="3">
|
<item row="1" column="0" colspan="3">
|
||||||
<widget class="QCheckBox" name="chkShowPartialsLabels">
|
<widget class="QCheckBox" name="chkShowPartialsLabels">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show partials labels</string>
|
<string>Show partial labels</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user