mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
translation string fixes
This commit is contained in:
parent
a0f6ee7541
commit
d40b387a9e
@ -526,9 +526,9 @@ class CORE_EXPORT QgsScaleBarSettings
|
||||
|
||||
//! Space between bar and Text labels
|
||||
double mLabelBarSpace = 3.0;
|
||||
//! Labels vertical placement
|
||||
//! Label's vertical placement
|
||||
LabelVerticalPlacement mLabelVerticalPlacement = LabelAboveSegment;
|
||||
//! Labels horizontal placement
|
||||
//! Label's horizontal placement
|
||||
LabelHorizontalPlacement mLabelHorizontalPlacement = LabelCenteredEdge;
|
||||
|
||||
//! Space between content and item box
|
||||
|
@ -387,14 +387,14 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_21">
|
||||
<property name="text">
|
||||
<string>Labels margin</string>
|
||||
<string>Label's margin</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="3">
|
||||
<widget class="QLabel" name="label_22">
|
||||
<property name="text">
|
||||
<string>Labels vertical placement</string>
|
||||
<string>Label's vertical placement</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -404,7 +404,7 @@
|
||||
<item row="4" column="0" colspan="3">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Labels horizontal placement</string>
|
||||
<string>Label's horizontal placement</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user