PrefLanguageUi.ui: change a string

to have uniform uppercases in this dialog
This commit is contained in:
Uwe Stöhr 2014-03-26 05:19:38 +01:00 committed by Richard Heck
parent f8da042312
commit 658aa3f026

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>PrefLanguageUi</class> <class>PrefLanguageUi</class>
<widget class="QWidget" name="PrefLanguageUi"> <widget class="QWidget" name="PrefLanguageUi">
@ -131,7 +132,7 @@
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="decimalPointL"> <widget class="QLabel" name="decimalPointL">
<property name="text"> <property name="text">
<string>Default Decimal &amp;Separator:</string> <string>Default decimal &amp;separator:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>defaultDecimalPointLE</cstring> <cstring>defaultDecimalPointLE</cstring>
@ -154,20 +155,20 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0"> <item row="5" column="0">
<widget class="QLabel" name="defaultLengthUnitLA"> <widget class="QLabel" name="defaultLengthUnitLA">
<property name="text"> <property name="text">
<string>Default length &amp;unit:</string> <string>Default length &amp;unit:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>defaultLengthUnitCO</cstring> <cstring>defaultLengthUnitCO</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="5" column="1">
<widget class="QComboBox" name="defaultLengthUnitCO" /> <widget class="QComboBox" name="defaultLengthUnitCO"/>
</item> </item>
<item row="6" column="0" colspan="2"> <item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="globalCB"> <widget class="QCheckBox" name="globalCB">
<property name="toolTip"> <property name="toolTip">
<string>Check to pass the language globally (to the document class), not locally (to the language package)</string> <string>Check to pass the language globally (to the document class), not locally (to the language package)</string>