Some grammar and casing fixes and tooltip improvements

This commit is contained in:
Juergen Spitzmueller 2019-05-24 10:59:00 +02:00
parent aefb7a1c5e
commit 03d9fe3a80

View File

@ -95,8 +95,11 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="toolTip">
<string>Add line numbers to the document</string>
</property>
<property name="title"> <property name="title">
<string>L&amp;ines numbering</string> <string>L&amp;ine numbering</string>
</property> </property>
<property name="flat"> <property name="flat">
<bool>true</bool> <bool>true</bool>
@ -111,7 +114,7 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Additional O&amp;ptions:</string> <string>Additional o&amp;ptions:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>linenoLE</cstring> <cstring>linenoLE</cstring>
@ -121,7 +124,7 @@
<item> <item>
<widget class="QLineEdit" name="linenoLE"> <widget class="QLineEdit" name="linenoLE">
<property name="toolTip"> <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> </property>
</widget> </widget>
</item> </item>