diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 20:02:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 20:02:35 +0000 |
commit | 757f9fcb6f5f87d650e862226a197f1e872f904c (patch) | |
tree | b2152cebb6777723d41b43c2c047d0f0fd7b88a2 /iconv/iconv_prog.c | |
parent | e57f9f7526df164a7e337b4e91e34e9d75cb1e2c (diff) | |
download | glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar.gz glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.tar.bz2 glibc-757f9fcb6f5f87d650e862226a197f1e872f904c.zip |
Update.
* iconv/iconv_prog.c (main): Unify messages.
Diffstat (limited to 'iconv/iconv_prog.c')
-rw-r--r-- | iconv/iconv_prog.c | 2 |
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, |