| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: (De)Capitalized strings to fit the common/usual forma |
| Date: | 2017-04-05 12:50:55 |
| Message-ID: | E1cvkOl-0007vy-Co@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
(De)Capitalized strings to fit the common/usual format, corrected spelling, removed unnecessary characters.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=37120bf19923b1bdc64b8e3e961bc53f330ec0c4
Author: Jonas Thelemann <e-mail(at)jonas-thelemann(dot)de>
Modified Files
--------------
.../databases/schemas/collations/__init__.py | 2 +-
.../collations/templates/collation/js/collation.js | 2 +-
.../schemas/fts_configurations/__init__.py | 2 +-
.../templates/fts_dictionary/js/fts_dictionary.js | 2 +-
.../databases/schemas/fts_templates/__init__.py | 6 +++---
.../functions/templates/function/js/functions.js | 2 +-
.../trigger_function/js/trigger_functions.js | 2 +-
.../constraints/check_constraint/__init__.py | 2 +-
.../servers/databases/schemas/types/__init__.py | 2 +-
.../schemas/types/templates/type/js/type.js | 6 +++---
.../server_groups/servers/pgagent/__init__.py | 2 +-
.../templates/pga_schedule/js/pga_schedule.js | 2 +-
.../server_groups/servers/roles/__init__.py | 22 +++++++++++-----------
.../servers/templates/servers/servers.js | 2 +-
.../browser/templates/browser/js/browser.js | 2 +-
web/pgadmin/tools/backup/__init__.py | 6 +++---
web/pgadmin/tools/datagrid/__init__.py | 2 +-
web/pgadmin/tools/debugger/__init__.py | 8 ++++----
web/pgadmin/tools/import_export/__init__.py | 4 ++--
.../templates/import_export/js/import_export.js | 2 +-
web/pgadmin/tools/restore/__init__.py | 2 +-
web/pgadmin/tools/sqleditor/__init__.py | 6 +++---
22 files changed, 44 insertions(+), 44 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2017-04-05 12:55:04 | pgAdmin 4 commit: Unified usage of "definition incomplete". |
| Previous Message | Dave Page | 2017-04-05 12:38:18 | pgAdmin 4 commit: Replace all occurrences of "can not" with "cannot". |