]> git.lyx.org Git - lyx.git/commitdiff
Remove manual line breaks.
authorGuillaume Munch <gm@lyx.org>
Fri, 10 Jun 2016 23:11:42 +0000 (01:11 +0200)
committerGuillaume Munch <gm@lyx.org>
Sun, 3 Jul 2016 15:28:46 +0000 (17:28 +0200)
Line breaks in tooltips are now done automatically, there is no more need to
break the strings explicitly.

src/frontends/qt4/ui/PrefDocHandlingUi.ui
src/frontends/qt4/ui/PrefLatexUi.ui
src/frontends/qt4/ui/PrefPathsUi.ui
src/frontends/qt4/ui/PrefUi.ui

index 3fdd71680aa44dfa9bd1e3f85970d7d91ae0bd59..1546f39640df6cc8bc79ef42f8f5535fe8b6e99a 100644 (file)
       <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>
       <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>
       <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>
index db8301d96aec397b2207e608d42c589a31e21882..9c48a2c20bb0682e4b2f79a8184719e2bd18fac4 100644 (file)
          <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>
index 927c75c79f72e59c91f5826c7724e31cc6689a23..3d80efd2ef110584d4df1da2f8797965abb00d0c 100644 (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>
index fde3d8588fd2846b6a1588fdc5506c2c0c49c5d4..d9a8b4e94d536780b3c9ebbfce38ede4516da23c 100644 (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>