]> git.lyx.org Git - features.git/commitdiff
Tooltip and label changes.
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 22 May 2009 17:52:20 +0000 (17:52 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 22 May 2009 17:52:20 +0000 (17:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29786 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/PrintNomenclUi.ui

index 52e23360a75957df55b4403e43e17d920256c23f..6355c054b555157e738e152a5d51f513eadd09f1 100644 (file)
@@ -21,6 +21,9 @@
     <layout class="QHBoxLayout" name="horizontalLayout_2">
      <item>
       <widget class="QLabel" name="setWidthLA">
+       <property name="toolTip">
+        <string>Define the label width used for formatting the nomenclature list.</string>
+       </property>
        <property name="text">
         <string>&amp;Longest Label:</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QComboBox" name="setWidthCO"/>
+      <widget class="QComboBox" name="setWidthCO">
+       <property name="toolTip">
+        <string>Define the label width used for formatting the nomenclature list.</string>
+       </property>
+      </widget>
      </item>
     </layout>
    </item>
@@ -39,7 +46,7 @@
      <item>
       <widget class="QLabel" name="valueLA">
        <property name="text">
-        <string>&amp;Value:</string>
+        <string>Custom &amp;Width:</string>
        </property>
        <property name="buddy">
         <cstring>valueLE</cstring>
@@ -52,7 +59,7 @@
         <bool>false</bool>
        </property>
        <property name="toolTip">
-        <string>Custom value. Needs spacing type &quot;Custom&quot;.</string>
+        <string>Custom value. &quot;Longest Label&quot; needs to be set to &quot;Custom&quot;.</string>
        </property>
       </widget>
      </item>