mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Rename the 'SQL Editor' section of the Preferences to 'Query Tool' as it applies to the whole tool, not just the editor. Fixes #3660
This commit is contained in:
parent
87b64cf3c0
commit
26ad6d4c5d
@ -15,4 +15,4 @@ Features
|
||||
Bug fixes
|
||||
*********
|
||||
|
||||
|
|
||||
| `Bug #3660 <https://redmine.postgresql.org/issues/3660>`_ - Rename the 'SQL Editor' section of the Preferences to 'Query Tool' as it applies to the whole tool, not just the editor.
|
@ -64,7 +64,7 @@ class SqlEditorModule(PgAdminModule):
|
||||
A module class for SQL Grid derived from PgAdminModule.
|
||||
"""
|
||||
|
||||
LABEL = gettext("SQL Editor")
|
||||
LABEL = gettext("Query Tool")
|
||||
|
||||
def get_own_menuitems(self):
|
||||
return {'tools': [
|
||||
|
Loading…
Reference in New Issue
Block a user