commit b540bc1c424d6b2155370e407e37b7eaa0478efb
Author: Uwe Stöhr <[email protected]>
Date: Tue May 31 23:15:07 2016 +0200
ErrorListUi.ui: correct an expression
diff --git a/src/frontends/qt4/ui/ErrorListUi.ui
b/src/frontends/qt4/ui/ErrorListUi.ui
index 9cb2374..ffbdd38 100644
--- a/src/frontends/qt4/ui/ErrorListUi.ui
+++ b/src/frontends/qt4/ui/ErrorListUi.ui
@@ -100,7 +100,7 @@
<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 the cursor will jump to the location in the document where the error
occurred.</string>
</property>
</widget>
</item>