pgsql: Add missing gettext calls around some strings.

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing gettext calls around some strings.
Date: 2009-04-15 21:42:51
Message-ID: 20090415214251.07C547540F5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add missing gettext calls around some strings. Also remove quotes around the
%s that they expand to, per comment from Tom.

Modified Files:
--------------
pgsql/src/backend/libpq:
hba.c (r1.184 -> r1.185)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.184&r2=1.185)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-04-15 22:42:50 pgsql: Remove mention of pre-7.1 inheritance behavior from /ref pages;
Previous Message Alvaro Herrera 2009-04-15 21:36:12 pgsql: Add missing periods.