Skip to content

Commit

Permalink
Explicitly refer to translation and not locale on override
Browse files Browse the repository at this point in the history
We only change the user interface translation and do not touch the locale for other things like number representation.
  • Loading branch information
m-kuhn committed May 3, 2018
1 parent 88f36cd commit 1b4fa88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -371,7 +371,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Locale to use instead</string>
<string>User Interface Translation</string>
</property>
</widget>
</item>
Expand All @@ -392,6 +392,9 @@
</item>
<item>
<widget class="QLabel" name="lblSystemLocale">
<property name="toolTip">
<string>This locale is used for number representation.</string>
</property>
<property name="text">
<string>Detected active locale on your system</string>
</property>
Expand Down

0 comments on commit 1b4fa88

Please sign in to comment.