Skip to content

Commit e5674fa

Browse files
committedJan 30, 2016
Merge pull request #2740 from DelazJ/btnNewLinePushButton
fix the tooltip description of btnNewLinePushButton in expression bui…
2 parents 772dc1d + 65c6e36 commit e5674fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsexpressionbuilder.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<item>
251251
<widget class="QPushButton" name="btnNewLinePushButton">
252252
<property name="toolTip">
253-
<string>Close Bracket </string>
253+
<string>New Line </string>
254254
</property>
255255
<property name="text">
256256
<string>'\n'</string>
@@ -566,7 +566,7 @@ Change the name of the script and save to allow QGIS to auto load on startup.</s
566566
<item>
567567
<widget class="QToolButton" name="btnRun">
568568
<property name="toolTip">
569-
<string>Run the current editor text in QGIS (also saves current script).
569+
<string>Run the current editor text in QGIS (also saves current script).
570570

571571
Use this when testing your functions.
572572

0 commit comments

Comments
 (0)
Please sign in to comment.