mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-28 20:32:28 +00:00
PrefLanguageUi.ui: change a string
to have uniform uppercases in this dialog
This commit is contained in:
parent
f8da042312
commit
658aa3f026
@ -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 &Separator:</string>
|
<string>Default decimal &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 &unit:</string>
|
<string>Default length &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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user