mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-26 18:07:18 +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">
|
||||
<class>PrefLanguageUi</class>
|
||||
<widget class="QWidget" name="PrefLanguageUi">
|
||||
@ -131,7 +132,7 @@
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="decimalPointL">
|
||||
<property name="text">
|
||||
<string>Default Decimal &Separator:</string>
|
||||
<string>Default decimal &separator:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>defaultDecimalPointLE</cstring>
|
||||
@ -154,20 +155,20 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="defaultLengthUnitLA">
|
||||
<property name="text">
|
||||
<string>Default length &unit:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>defaultLengthUnitCO</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QComboBox" name="defaultLengthUnitCO" />
|
||||
</item>
|
||||
<item row="6" column="0" colspan="2">
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="defaultLengthUnitLA">
|
||||
<property name="text">
|
||||
<string>Default length &unit:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>defaultLengthUnitCO</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QComboBox" name="defaultLengthUnitCO"/>
|
||||
</item>
|
||||
<item row="6" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="globalCB">
|
||||
<property name="toolTip">
|
||||
<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