Fix tooltip line breaks.

This commit is contained in:
Juergen Spitzmueller 2015-05-16 15:41:22 +02:00
parent 97e9c7d78c
commit 05dafa205d
2 changed files with 5 additions and 4 deletions

View File

@ -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.&#x0a;Existing documents will still be saved in their current state (compressed or uncompressed).</string>
</property>
<property name="text">
<string>&amp;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.&#x0a;(Set the LyXServer pipe path and restart LyX to enable this feature)</string>
</property>
<property name="text">
<string>Use s&amp;ingle instance</string>

View File

@ -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