Skip to content

Commit 8f0973f

Browse files
committedJul 2, 2017
Fix labels
1 parent ea25e10 commit 8f0973f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎src/ui/symbollayer/widget_simplefill.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</sizepolicy>
108108
</property>
109109
<property name="text">
110-
<string>Stroke</string>
110+
<string>Stroke color</string>
111111
</property>
112112
<property name="alignment">
113113
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
@@ -257,7 +257,7 @@
257257
</sizepolicy>
258258
</property>
259259
<property name="text">
260-
<string>Fill</string>
260+
<string>Fill color</string>
261261
</property>
262262
<property name="alignment">
263263
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>

‎src/ui/symbollayer/widget_svgfill.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</sizepolicy>
4545
</property>
4646
<property name="text">
47-
<string>Stroke</string>
47+
<string>Stroke color</string>
4848
</property>
4949
</widget>
5050
</item>
@@ -282,7 +282,7 @@
282282
</sizepolicy>
283283
</property>
284284
<property name="text">
285-
<string>Fill</string>
285+
<string>Fill color</string>
286286
</property>
287287
</widget>
288288
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.