pgAdmin 4 commit: Replace all occurrences of "can not" with "cannot".

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Replace all occurrences of "can not" with "cannot".
Date: 2017-04-05 12:38:18
Message-ID: E1cvkCY-0007G6-Nh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Replace all occurrences of "can not" with "cannot".

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=65f21a8cd7008118d75b36872507b2957c041c8c
Author: Jonas Thelemann <e-mail(at)jonas-thelemann(dot)de>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/__init__.py | 2 +-
web/pgadmin/browser/server_groups/servers/databases/__init__.py | 2 +-
.../browser/server_groups/servers/databases/schemas/__init__.py | 6 +++---
.../foreign_tables/templates/foreign_tables/js/foreign_tables.js | 8 ++++----
.../templates/fts_configuration/js/fts_configuration.js | 4 ++--
.../templates/fts_dictionary/js/fts_dictionary.js | 4 ++--
.../schemas/functions/templates/function/js/functions.js | 2 +-
.../server_groups/servers/databases/schemas/sequences/__init__.py | 2 +-
.../databases/schemas/sequences/templates/sequence/js/sequence.js | 2 +-
.../databases/schemas/tables/column/templates/column/js/column.js | 4 ++--
.../templates/check_constraint/js/check_constraint.js | 2 +-
.../servers/databases/schemas/tables/indexes/__init__.py | 2 +-
.../databases/schemas/tables/indexes/templates/index/js/index.js | 8 ++++----
.../servers/databases/schemas/tables/templates/table/js/table.js | 6 +++---
.../schemas/tables/triggers/templates/trigger/js/trigger.js | 6 +++---
.../servers/databases/schemas/types/templates/type/js/type.js | 6 +++---
.../server_groups/servers/databases/schemas/views/__init__.py | 4 ++--
web/pgadmin/browser/server_groups/servers/static/js/variable.js | 2 +-
.../browser/server_groups/servers/templates/servers/servers.js | 2 +-
web/pgadmin/browser/templates/browser/js/node.js | 4 ++--
web/pgadmin/misc/bgprocess/processes.py | 4 ++--
web/pgadmin/settings/__init__.py | 2 +-
web/pgadmin/static/js/backgrid.pgadmin.js | 2 +-
web/pgadmin/static/js/slickgrid/slick.pgadmin.editors.js | 8 ++++----
web/pgadmin/tools/backup/__init__.py | 2 +-
web/pgadmin/tools/debugger/__init__.py | 6 +++---
web/pgadmin/tools/import_export/__init__.py | 2 +-
web/pgadmin/tools/maintenance/__init__.py | 2 +-
web/pgadmin/tools/restore/__init__.py | 2 +-
web/pgadmin/tools/user_management/__init__.py | 2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 2 +-
web/pgadmin/utils/preferences.py | 6 +++---
32 files changed, 59 insertions(+), 59 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-05 12:50:55 pgAdmin 4 commit: (De)Capitalized strings to fit the common/usual forma
Previous Message Dave Page 2017-04-05 12:33:16 pgAdmin 4 commit: Avoid an unauthorised error if clicking on the logo i