]> git.lyx.org Git - features.git/commitdiff
PrefLanguageUi.ui: change a string
authorUwe Stöhr <uwestoehr@lyx.org>
Wed, 26 Mar 2014 04:19:38 +0000 (05:19 +0100)
committerRichard Heck <rgheck@lyx.org>
Mon, 21 Apr 2014 15:51:59 +0000 (11:51 -0400)
to have uniform uppercases in this dialog

src/frontends/qt4/ui/PrefLanguageUi.ui

index 1027e7faceda166e2fb7c5d9e748d1ddae438cb8..c91961bee98a79a00c1209cafaf9a5c1092f0b0a 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0">
  <class>PrefLanguageUi</class>
  <widget class="QWidget" name="PrefLanguageUi">
    <item row="4" column="0">
     <widget class="QLabel" name="decimalPointL">
      <property name="text">
-      <string>Default Decimal &amp;Separator:</string>
+      <string>Default decimal &amp;separator:</string>
      </property>
      <property name="buddy">
       <cstring>defaultDecimalPointLE</cstring>
      </property>
     </widget>
    </item>
-    <item row="5" column="0">
-      <widget class="QLabel" name="defaultLengthUnitLA">
-        <property name="text">
-          <string>Default length &amp;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 &amp;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>