summaryrefslogtreecommitdiff
path: root/locale/programs/ld-monetary.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-23 13:13:49 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-23 13:13:49 +0000
commitf1f0edfe2ccf8067bf6b9c2da1aa933dacfb37c6 (patch)
tree2427245ed759d0ef45c751ce9029864853214224 /locale/programs/ld-monetary.c
parentedb570bb87b009c04e30b2d75acb2a513079c836 (diff)
Update.
1998-12-23 Ulrich Drepper <drepper@cygnus.com> * 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.
Diffstat (limited to 'locale/programs/ld-monetary.c')
-rw-r--r--locale/programs/ld-monetary.c6
1 files changed, 3 insertions, 3 deletions
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, _("\