mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove manual line breaks.
Line breaks in tooltips are now done automatically, there is no more need to break the strings explicitly.
This commit is contained in:
parent
059ca0f691
commit
ee72e9520a
@ -142,7 +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>
|
||||
@ -152,7 +152,7 @@
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="saveOriginCB">
|
||||
<property name="toolTip">
|
||||
<string>If this is checked, the document directory path will be saved in the document.
This allows moving the document elsewhere and still finding the included files.</string>
|
||||
<string>If this is checked, the document directory path will be saved in the document. This allows moving the document elsewhere and still finding the included files.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save the &document directory path</string>
|
||||
@ -181,7 +181,7 @@
|
||||
<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>
|
||||
|
@ -282,7 +282,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Select whether LyX should output Windows or Cygwin style paths to LaTeX files.
Change the default only if the TeX engine was not correctly detected at configure time.
Warning: Your changes here will not be saved.</string>
|
||||
<string>Select whether LyX should output Windows or Cygwin style paths to LaTeX files. Change the default only if the TeX engine was not correctly detected at configure time. Warning: Your changes here will not be saved.</string>
|
||||
</property>
|
||||
<property name="layoutDirection">
|
||||
<enum>Qt::LeftToRight</enum>
|
||||
|
@ -48,7 +48,7 @@
|
||||
<item row="10" column="1" colspan="2" >
|
||||
<widget class="QLineEdit" name="pathPrefixED">
|
||||
<property name="toolTip">
|
||||
<string>Specify those directories which should be prepended to the PATH environment variable.
Use the OS native format.</string>
|
||||
<string>Specify those directories which should be prepended to the PATH environment variable. Use the OS native format.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -65,7 +65,7 @@
|
||||
<item row="11" column="1" colspan="2">
|
||||
<widget class="QLineEdit" name="texinputsPrefixED">
|
||||
<property name="toolTip">
|
||||
<string>Specify those directories which should be prepended to the TEXINPUTS environment variable.
A '.' represents the current document directory. Use the OS native format.</string>
|
||||
<string>Specify those directories which should be prepended to the TEXINPUTS environment variable. A '.' represents the current document directory. Use the OS native format.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -81,7 +81,7 @@
|
||||
<item>
|
||||
<widget class="QComboBox" name="iconSetCO">
|
||||
<property name="toolTip">
|
||||
<string>The icon set to use. Warning: normal size of icons may be
wrong until you save the preferences and restart LyX.</string>
|
||||
<string>The icon set to use. Warning: normal size of icons may be wrong until you save the preferences and restart LyX.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user