commit ee72e9520a657557676e05add9e24f15cb337b29
Author: Guillaume Munch <[email protected]>
Date:   Sat Jun 11 01:11:42 2016 +0200

    Remove manual line breaks.
    
    Line breaks in tooltips are now done automatically, there is no more need to
    break the strings explicitly.
---
 src/frontends/qt4/ui/PrefDocHandlingUi.ui |    6 +++---
 src/frontends/qt4/ui/PrefLatexUi.ui       |    2 +-
 src/frontends/qt4/ui/PrefPathsUi.ui       |    4 ++--
 src/frontends/qt4/ui/PrefUi.ui            |    2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/frontends/qt4/ui/PrefDocHandlingUi.ui 
b/src/frontends/qt4/ui/PrefDocHandlingUi.ui
index 3fdd716..1546f39 100644
--- a/src/frontends/qt4/ui/PrefDocHandlingUi.ui
+++ b/src/frontends/qt4/ui/PrefDocHandlingUi.ui
@@ -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>
diff --git a/src/frontends/qt4/ui/PrefLatexUi.ui 
b/src/frontends/qt4/ui/PrefLatexUi.ui
index db8301d..9c48a2c 100644
--- a/src/frontends/qt4/ui/PrefLatexUi.ui
+++ b/src/frontends/qt4/ui/PrefLatexUi.ui
@@ -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>
diff --git a/src/frontends/qt4/ui/PrefPathsUi.ui 
b/src/frontends/qt4/ui/PrefPathsUi.ui
index 927c75c..3d80efd 100644
--- a/src/frontends/qt4/ui/PrefPathsUi.ui
+++ b/src/frontends/qt4/ui/PrefPathsUi.ui
@@ -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>
diff --git a/src/frontends/qt4/ui/PrefUi.ui b/src/frontends/qt4/ui/PrefUi.ui
index fde3d85..d9a8b4e 100644
--- a/src/frontends/qt4/ui/PrefUi.ui
+++ b/src/frontends/qt4/ui/PrefUi.ui
@@ -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>

Reply via email to