(De)Capitalized strings to fit the common/usual format, corrected spelling, removed unnecessary characters.

This commit is contained in:
Jonas Thelemann
2017-04-05 13:50:49 +01:00
committed by Dave Page
parent 65f21a8cd7
commit 37120bf199
22 changed files with 44 additions and 44 deletions

View File

@@ -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={