Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[dbmanager] move shortcut in the tooltip
- Loading branch information
Showing
with
4 additions
and
1 deletion.
-
+4
−1
python/plugins/db_manager/ui/DlgSqlWindow.ui
|
@@ -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> |
|
|