mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Fix tooltip line breaks.
This commit is contained in:
parent
97e9c7d78c
commit
05dafa205d
@ -142,8 +142,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="saveCompressedCB">
|
||||
<property name="toolTip">
|
||||
<string>If this is checked, new documents will be saved in a compressed binary-format by default.
|
||||
Existing documents will still be saved in their current state (compressed or uncompressed).</string>
|
||||
<string>If this is checked, new documents will be saved in a compressed binary-format by default.
Existing documents will still be saved in their current state (compressed or uncompressed).</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Save new documents compressed by default</string>
|
||||
@ -172,8 +171,7 @@ Existing documents will still be saved in their current state (compressed or unc
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="singleInstanceCB">
|
||||
<property name="toolTip">
|
||||
<string>Whether to open documents in an already running instance of LyX.
|
||||
(Set the LyXServer pipe path and restart LyX to enable this feature)</string>
|
||||
<string>Whether to open documents in an already running instance of LyX.
(Set the LyXServer pipe path and restart LyX to enable this feature)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use s&ingle instance</string>
|
||||
|
@ -65,6 +65,9 @@ What's new
|
||||
|
||||
- Split different indices in the outliner (bug 7012).
|
||||
|
||||
- Clarify the function of Tools > Preferences > Look & Feel > Save Documents
|
||||
Compressed by Default (bug 7822).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user