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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Replace all occurrences of "can not" with "cannot".
Дата
Msg-id E1cvkCY-0007G6-Nh@gothos.postgresql.org
обсуждение исходный текст
Список 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@jonas-thelemann.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Avoid an unauthorised error if clicking on the logoi
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: (De)Capitalized strings to fit the common/usualforma