mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Clarify "Save compressed by default" feature (bug 7822)
This commit is contained in:
parent
b014f54250
commit
818249f69f
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>403</width>
|
||||
<height>416</height>
|
||||
<width>413</width>
|
||||
<height>497</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@ -141,8 +141,12 @@
|
||||
</item>
|
||||
<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>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Save documents compressed by default</string>
|
||||
<string>&Save new documents compressed by default</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -168,7 +172,8 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user