mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix tooltip
This commit is contained in:
parent
672102fc7c
commit
57788b8719
@ -46,7 +46,7 @@
|
|||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QComboBox" name="quoteStyleCO">
|
<widget class="QComboBox" name="quoteStyleCO">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select the default style of Quote insets.</string>
|
<string>Select the default quotation marks style</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -98,13 +98,13 @@
|
|||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="duplicatesEnabled">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Select encoding of the generated LaTeX source
|
<string>Select encoding of the generated LaTeX source
|
||||||
(LaTeX input encoding).</string>
|
(LaTeX input encoding).</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="duplicatesEnabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2">
|
<item row="0" column="2">
|
||||||
|
Loading…
Reference in New Issue
Block a user