commit 229d7fafd59c3f51250a4d0bc76a8342defa308c
Author: Uwe Stöhr <[email protected]>
Date: Fri Feb 26 02:04:49 2016 +0100
ErrorListUi.ui: make 2 strings compilable
fixes bug #9988
diff --git a/src/frontends/qt4/ui/ErrorListUi.ui
b/src/frontends/qt4/ui/ErrorListUi.ui
index 9775a9f..9cb2374 100644
--- a/src/frontends/qt4/ui/ErrorListUi.ui
+++ b/src/frontends/qt4/ui/ErrorListUi.ui
@@ -90,8 +90,7 @@
<item row="4" column="1" >
<widget class="QPushButton" name="showAnywayPB" >
<property name="toolTip" >
- <string>Attempt to show the output even if there were
-compilation errors</string>
+ <string>Attempt to show the output even if there were compilation
errors</string>
</property>
<property name="text" >
<string>Show Output &Anyway</string>
@@ -101,8 +100,7 @@ compilation errors</string>
<item row="1" column="0" colspan="4" >
<widget class="QListWidget" name="errorsLW" >
<property name="toolTip" >
- <string>Selecting an error will show the error message in the panel
below,
-and jump the cursor to the location in the document where the error
occurred.</string>
+ <string>Selecting an error will show the error message in the panel
below, and jump the cursor to the location in the document where the error
occurred.</string>
</property>
</widget>
</item>