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:
Guillaume Munch 2016-06-11 01:11:42 +02:00
parent 059ca0f691
commit ee72e9520a
4 changed files with 7 additions and 7 deletions

View File

@ -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.&#x0a;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>&amp;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.&#x0a;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 &amp;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.&#x0a;(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&amp;ingle instance</string>

View File

@ -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.&#x0a;Change the default only if the TeX engine was not correctly detected at configure time.&#x0a;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>

View File

@ -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.&#x0a;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.&#x0a;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>

View File

@ -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&#x0a;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>