pgAdmin 4 commit: Fix various mis-spellings of VACUUM. Fixes #2005 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix various mis-spellings of VACUUM. Fixes #2005
Date
Msg-id E1cEw3S-0002wj-4b@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix various mis-spellings of VACUUM. Fixes #2005

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6ff2fe64b8b25a9038e7b4f025b91792ae2fa08b
Author: Anthony DeBarros <adebarros@gmail.com>

Modified Files
--------------
.../databases/schemas/templates/schema/js/schema.js    |  4 ++--
.../templates/vacuum_settings/vacuum_fields.json       | 18 +++++++++---------
.../views/templates/mview/pg/9.3_plus/sql/update.sql   |  2 +-
.../views/templates/mview/pg/9.4_plus/sql/update.sql   |  2 +-
.../views/templates/mview/ppas/9.3_plus/sql/update.sql |  2 +-
web/pgadmin/messages.pot                               |  2 +-
web/pgadmin/translations/fr/LC_MESSAGES/messages.po    |  2 +-
web/pgadmin/translations/zh/LC_MESSAGES/messages.po    |  8 ++++----
8 files changed, 20 insertions(+), 20 deletions(-)


pgadmin-hackers by date:

Previous
From: Anthony DeBarros
Date:
Subject: Patch: Fix typos of "vacuum" throughout
Next
From: Dave Page
Date:
Subject: Re: Patch: Fix typos of "vacuum" throughout