Fix capitalization and punctuation of two more GUC description strings.
authorNeil Conway <neilc@samurai.com>
Wed, 14 Feb 2007 03:08:44 +0000 (03:08 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 14 Feb 2007 03:08:44 +0000 (03:08 +0000)
src/backend/utils/misc/guc.c

index 5d945e39c43e4cb8def14b19f612981a5a1a8c1e..a75be0c1eb6d51ccb1d4b9c63274ddd950f1b082 100644 (file)
@@ -1311,7 +1311,7 @@ static struct config_int ConfigureNamesInt[] =
 #ifdef LOCK_DEBUG
        {
                {"trace_lock_oidmin", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("no description available"),
+                       gettext_noop("No description available."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },
@@ -1320,7 +1320,7 @@ static struct config_int ConfigureNamesInt[] =
        },
        {
                {"trace_lock_table", PGC_SUSET, DEVELOPER_OPTIONS,
-                       gettext_noop("no description available"),
+                       gettext_noop("No description available."),
                        NULL,
                        GUC_NOT_IN_SAMPLE
                },