From f1f0edfe2ccf8067bf6b9c2da1aa933dacfb37c6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 23 Dec 1998 13:13:49 +0000 Subject: Update. 1998-12-23 Ulrich Drepper * locale/programs/ld-collate.c: Unify messages and correct typos. * locale/programs/ld-monetary.c: Likewise. * locale/programs/ld-numeric.c: Likewise. * locale/programs/ld-time.c: Likewise. * manual/errno.texi: Likewise. * nis/nis_error.c: Likewise. * nis/nis_print.c: Likewise. * nis/nss_nisplus/nisplus-publickey.c: Likewise. * sunrpc/rpc_main.c: Likewise. --- locale/programs/ld-monetary.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'locale/programs/ld-monetary.c') diff --git a/locale/programs/ld-monetary.c b/locale/programs/ld-monetary.c index 4aede4691f..6c7c3c3cfd 100644 --- a/locale/programs/ld-monetary.c +++ b/locale/programs/ld-monetary.c @@ -119,7 +119,7 @@ monetary_finish (struct localedef_t *locale) #define TEST_ELEM(cat) \ if (monetary->cat == NULL && !be_quiet) \ - error (0, 0, _("field `%s' in category `%s' not defined"), \ + error (0, 0, _("field `%s' in category `%s' undefined"), \ #cat, "LC_MONETARY") TEST_ELEM (int_curr_symbol); @@ -160,13 +160,13 @@ value for field `%s' in category `%s' must not be the empty string"), } if (monetary->mon_grouping_act == 0 && !be_quiet) - error (0, 0, _("field `%s' in category `%s' not defined"), + error (0, 0, _("field `%s' in category `%s' undefined"), "mon_grouping", "LC_MONETARY"); #undef TEST_ELEM #define TEST_ELEM(cat, min, max) \ if (monetary->cat == -2 && !be_quiet) \ - error (0, 0, _("field `%s' in category `%s' not defined"), \ + error (0, 0, _("field `%s' in category `%s' undefined"), \ #cat, "LC_MONETARY"); \ else if ((monetary->cat < min || monetary->cat > max) && !be_quiet) \ error (0, 0, _("\ -- cgit v1.2.3