summaryrefslogtreecommitdiff
path: root/iconv
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-22 20:02:35 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-22 20:02:35 +0000
commit757f9fcb6f5f87d650e862226a197f1e872f904c (patch)
treeb2152cebb6777723d41b43c2c047d0f0fd7b88a2 /iconv
parente57f9f7526df164a7e337b4e91e34e9d75cb1e2c (diff)
Update.
* iconv/iconv_prog.c (main): Unify messages.
Diffstat (limited to 'iconv')
-rw-r--r--iconv/iconv_prog.c2
1 files changed, 1 insertions, 1 deletions
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,