mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Some grammar and casing fixes and tooltip improvements
This commit is contained in:
parent
aefb7a1c5e
commit
03d9fe3a80
@ -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&ines numbering</string>
|
<string>L&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&ptions:</string>
|
<string>Additional o&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>
|
||||||
|
Loading…
Reference in New Issue
Block a user