mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
(De)Capitalized strings to fit the common/usual format, corrected spelling, removed unnecessary characters.
This commit is contained in:
committed by
Dave Page
parent
65f21a8cd7
commit
37120bf199
@@ -86,7 +86,7 @@ class SqlEditorModule(PgAdminModule):
|
||||
|
||||
self.open_in_new_tab = self.preference.register(
|
||||
'display', 'new_browser_tab',
|
||||
gettext("Open in New Browser Tab"), 'boolean', False,
|
||||
gettext("Open in new browser tab"), 'boolean', False,
|
||||
category_label=gettext('Display'),
|
||||
help_str=gettext('If set to True, the Query Tool '
|
||||
'will be opened in a new browser tab.')
|
||||
@@ -363,7 +363,7 @@ def start_query_tool(trans_id):
|
||||
|
||||
else:
|
||||
status = False
|
||||
result = gettext('Either Transaction object or Session object not found.')
|
||||
result = gettext('Either transaction object or session object not found.')
|
||||
|
||||
return make_json_response(
|
||||
data={
|
||||
@@ -892,7 +892,7 @@ def cancel_transaction(trans_id):
|
||||
result = gettext('Not connected to server or connection with the server has been closed.')
|
||||
else:
|
||||
status = False
|
||||
result = gettext('Either Transaction object or Session object not found.')
|
||||
result = gettext('Either transaction object or session object not found.')
|
||||
|
||||
return make_json_response(
|
||||
data={
|
||||
|
||||
Reference in New Issue
Block a user