pgAdmin 4 commit: Fix various mis-spellings of VACUUM. Fixes #2005

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix various mis-spellings of VACUUM. Fixes #2005
Date: 2016-12-08 10:35:58
Message-ID: E1cEw3S-0002wj-4b@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-12-08 10:37:17 Re: Patch: Fix typos of "vacuum" throughout
Previous Message Anthony DeBarros 2016-12-08 03:49:47 Patch: Fix typos of "vacuum" throughout