Skip to content

Commit 1b4fa88

Browse files
committedMay 3, 2018
Explicitly refer to translation and not locale on override
We only change the user interface translation and do not touch the locale for other things like number representation.
1 parent 88f36cd commit 1b4fa88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
<item row="0" column="0">
372372
<widget class="QLabel" name="label_5">
373373
<property name="text">
374-
<string>Locale to use instead</string>
374+
<string>User Interface Translation</string>
375375
</property>
376376
</widget>
377377
</item>
@@ -392,6 +392,9 @@
392392
</item>
393393
<item>
394394
<widget class="QLabel" name="lblSystemLocale">
395+
<property name="toolTip">
396+
<string>This locale is used for number representation.</string>
397+
</property>
395398
<property name="text">
396399
<string>Detected active locale on your system</string>
397400
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.