]> granicus.if.org Git - postgresql/commitdiff
Fix up grammar in variable description string.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Oct 2005 20:08:19 +0000 (20:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Oct 2005 20:08:19 +0000 (20:08 +0000)
src/backend/utils/misc/guc.c

index d9932e05177c9585e94a4e795ae30904dfcaacb2..549393ce551ed554ecf5c634e8b901d3bc3ac161 100644 (file)
@@ -10,7 +10,7 @@
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.290 2005/10/03 22:55:51 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.291 2005/10/08 20:08:19 tgl Exp $
  *
  *--------------------------------------------------------------------
  */
@@ -920,7 +920,7 @@ static struct config_bool ConfigureNamesBool[] =
 
        {
                {"integer_datetimes", PGC_INTERNAL, PRESET_OPTIONS,
-                       gettext_noop("Datetimes are integer based"),
+                       gettext_noop("Datetimes are integer based."),
                        NULL,
                        GUC_REPORT | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE
                },
@@ -934,7 +934,7 @@ static struct config_bool ConfigureNamesBool[] =
 
        {
                {"krb_caseins_users", PGC_POSTMASTER, CONN_AUTH_SECURITY,
-                       gettext_noop("Sets whether Kerberos user names should be treated case insensitive."),
+                       gettext_noop("Sets whether Kerberos user names should be treated as case-insensitive."),
                        NULL
                },
                &pg_krb_caseins_users,