mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix menu text (the Query tool option doesn't open a dialogue, so should not have ...).
This commit is contained in:
parent
a2f626046a
commit
91ca746c27
@ -53,7 +53,7 @@ define([
|
|||||||
pgAdmin.Browser.add_menus([{
|
pgAdmin.Browser.add_menus([{
|
||||||
name: 'show_query_tool', node: this.type, module: this,
|
name: 'show_query_tool', node: this.type, module: this,
|
||||||
applies: ['context'], callback: 'show_query_tool',
|
applies: ['context'], callback: 'show_query_tool',
|
||||||
priority: 998, label: gettext('Query Tool...'),
|
priority: 998, label: gettext('Query Tool'),
|
||||||
icon: 'pg-font-icon icon-query-tool',
|
icon: 'pg-font-icon icon-query-tool',
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ define('pgadmin.browser.node', [
|
|||||||
applies: ['context'],
|
applies: ['context'],
|
||||||
callback: 'show_query_tool',
|
callback: 'show_query_tool',
|
||||||
priority: 998,
|
priority: 998,
|
||||||
label: gettext('Query Tool...'),
|
label: gettext('Query Tool'),
|
||||||
icon: 'pg-font-icon icon-query-tool',
|
icon: 'pg-font-icon icon-query-tool',
|
||||||
enable: enable,
|
enable: enable,
|
||||||
}]);
|
}]);
|
||||||
|
Loading…
Reference in New Issue
Block a user