Skip to content

Commit

Permalink
fix the tooltip description of btnNewLinePushButton in expression bui…
Browse files Browse the repository at this point in the history
…lder

Replace "Close Bracket " by "New Line "
  • Loading branch information
DelazJ committed Jan 30, 2016
1 parent 772dc1d commit 65c6e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsexpressionbuilder.ui
Expand Up @@ -250,7 +250,7 @@
<item>
<widget class="QPushButton" name="btnNewLinePushButton">
<property name="toolTip">
<string>Close Bracket </string>
<string>New Line </string>
</property>
<property name="text">
<string>'\n'</string>
Expand Down Expand Up @@ -566,7 +566,7 @@ Change the name of the script and save to allow QGIS to auto load on startup.</s
<item>
<widget class="QToolButton" name="btnRun">
<property name="toolTip">
<string>Run the current editor text in QGIS (also saves current script).
<string>Run the current editor text in QGIS (also saves current script).

Use this when testing your functions.

Expand Down

0 comments on commit 65c6e36

Please sign in to comment.