From 757f9fcb6f5f87d650e862226a197f1e872f904c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Feb 2003 20:02:35 +0000 Subject: Update. * iconv/iconv_prog.c (main): Unify messages. --- iconv/iconv_prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/iconv_prog.c') diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 229b752576..78b430d7d7 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -239,7 +239,7 @@ main (int argc, char *argv[]) if (to_wrong) error (EXIT_FAILURE, 0, _("\ -conversions from `%s' and to `%s' are not supported"), +conversion from `%s' and to `%s' are not supported"), from_pretty, to_pretty); else error (EXIT_FAILURE, 0, -- cgit v1.2.3