ErrorListUi.ui: make 2 strings compilable

fixes bug #9988
This commit is contained in:
Uwe Stöhr 2016-02-26 02:04:49 +01:00
parent c3bb6ab792
commit 229d7fafd5

View File

@ -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 &amp;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>