Skip to content

Commit

Permalink
Merge pull request #6532 from Gustry/tooltip
Browse files Browse the repository at this point in the history
[dbmanager] move shortcut in the tooltip
  • Loading branch information
m-kuhn committed Mar 6, 2018
2 parents 5bf28d5 + 24259ae commit 734ea37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/plugins/db_manager/ui/DlgSqlWindow.ui
Expand Up @@ -407,8 +407,11 @@ unique values</string>
</item>
<item>
<widget class="QPushButton" name="btnCancel">
<property name="toolTip">
<string>Cancel query (ESC)</string>
</property>
<property name="text">
<string>Cancel (ESC)</string>
<string>Cancel</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 734ea37

Please sign in to comment.