]> git.lyx.org Git - features.git/commitdiff
Some grammar and casing fixes and tooltip improvements
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 24 May 2019 08:59:00 +0000 (10:59 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 24 May 2019 08:59:00 +0000 (10:59 +0200)
src/frontends/qt4/ui/NumberingUi.ui

index 7927862f2bee2cc66b3a571908331719951d1970..bd9b1532c559ba16c760a30f5112a475458b6919 100644 (file)
      <property name="enabled">
       <bool>true</bool>
      </property>
+     <property name="toolTip">
+      <string>Add line numbers to the document</string>
+     </property>
      <property name="title">
-      <string>L&amp;ines numbering</string>
+      <string>L&amp;ine numbering</string>
      </property>
      <property name="flat">
       <bool>true</bool>
       <item>
        <widget class="QLabel" name="label">
         <property name="text">
-         <string>Additional O&amp;ptions:</string>
+         <string>Additional o&amp;ptions:</string>
         </property>
         <property name="buddy">
          <cstring>linenoLE</cstring>
       <item>
        <widget class="QLineEdit" name="linenoLE">
         <property name="toolTip">
-         <string>lineno package options (e.g. right, modulo, switch, displaymath, mathlines,...)</string>
+         <string>Line numbering (lineno package) options. Please refer to the lineno package manual for details.</string>
         </property>
        </widget>
       </item>