summaryrefslogtreecommitdiffstats
path: root/src/po.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-20 20:56:26 +0000
committerBruno Haible <bruno@clisp.org>2001-03-20 20:56:26 +0000
commit763abfcfa2a83d73c47b99cbde2646676aafa7c3 (patch)
treec11310f8daa22688707832ca9af45bc12a8af148 /src/po.c
parent2808cace50c78249e21d55a52116cd417c605b25 (diff)
downloadexternal_gettext-763abfcfa2a83d73c47b99cbde2646676aafa7c3.zip
external_gettext-763abfcfa2a83d73c47b99cbde2646676aafa7c3.tar.gz
external_gettext-763abfcfa2a83d73c47b99cbde2646676aafa7c3.tar.bz2
Change messages referring to libiconv.
Diffstat (limited to 'src/po.c')
-rw-r--r--src/po.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/po.c b/src/po.c
index f6e5899..a1a2d5f 100644
--- a/src/po.c
+++ b/src/po.c
@@ -300,7 +300,7 @@ po_callback_message (msgid, msgid_pos, msgid_plural,
/* TRANS: sentence trans_id_2 starts here */
error (0, 0, _("\
%s: warning: charset \"%s\" is not supported by iconv%s\n\
-%*s warning: consider installing libiconv and then reinstalling GNU gettext"),
+%*s warning: consider installing GNU libiconv and then reinstalling GNU gettext"),
gram_pos.file_name, po_lex_charset, note,
(int) strlen (gram_pos.file_name), "");
# endif
@@ -315,7 +315,7 @@ po_callback_message (msgid, msgid_pos, msgid_plural,
/* TRANS: sentence trans_id_3 starts here */
error (0, 0, _("\
%s: warning: charset \"%s\" is not supported without iconv%s\n\
-%*s warning: consider installing libiconv and then reinstalling GNU gettext"),
+%*s warning: consider installing GNU libiconv and then reinstalling GNU gettext"),
gram_pos.file_name, po_lex_charset,
/* TRANS: sentence starts at trans_id_3 */
_(", expect parse errors"),