pgAdmin III commit: Fix bad wording in create role dialog - Mailing list pgadmin-hackers

From Magnus Hagander
Subject pgAdmin III commit: Fix bad wording in create role dialog
Date
Msg-id E1TZ0tt-0004Io-Dh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix bad wording in create role dialog

CREATEDB permissions allows a user to create databases. Calling it
"database objects" might refer to objects inside the database, so
changing it this way makes it more clear.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4e4c33dd37348f6d079b2e8b4cfabfef1c22eb7e

Modified Files
--------------
pgadmin/ui/dlgRole.xrc    |    2 +-
pgadmin/ui/xrcDialogs.cpp |16691 ++++++++++++++++++++++-----------------------
2 files changed, 8346 insertions(+), 8347 deletions(-)


pgadmin-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgAdmin III commit: Fix bad wording in create role dialog
Next
From: Ashesh Vashi
Date:
Subject: Re: frmQuery (multiple result sets support) - patch no.2