summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-08 22:39:46 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-08 22:39:46 +0000
commitf58dc02246c9afbd93b8874c86ff690cd4a33f75 (patch)
tree4c01af5fb54834ce230993a80f442eac0b05e458 /intl
parent1750bc8d9b6cb34bfe9c2e620ccca2e385ff5005 (diff)
[BZ #33]
Update. * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
Diffstat (limited to 'intl')
-rw-r--r--intl/tst-gettext.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/intl/tst-gettext.c b/intl/tst-gettext.c
index 8a768e03c5..09b0e796ee 100644
--- a/intl/tst-gettext.c
+++ b/intl/tst-gettext.c
@@ -1,5 +1,5 @@
/* Test of the gettext functions.
- Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000.
@@ -160,7 +160,7 @@ main (int argc, char *argv[])
result = 1;
}
- puts ("test `gettext' with LC_ALL set");
+ puts ("test `gettext' with LC_MESSAGES set");
/* This is the name of the existing domain with a catalog for the
LC_MESSAGES category. */
textdomain ("existing-domain");
@@ -173,13 +173,13 @@ main (int argc, char *argv[])
LC_MESSAGES category. We leave this value set for the `dgettext'
and `dcgettext' tests. */
textdomain ("non-existing-domain");
- puts ("test `gettext' with LC_xxx deciding");
+ puts ("test `gettext' with LC_MESSAGES deciding");
if (negative_gettext_test () != 0)
{
puts ("FAILED");
result = 1;
}
- puts ("test `dgettext' with LC_xxx deciding");
+ puts ("test `dgettext' with LC_MESSAGES deciding");
if (positive_dgettext_test ("existing-domain") != 0)
{
puts ("FAILED");