From: Bruno Haible Date: Tue, 27 Mar 2001 17:23:21 +0000 (+0000) Subject: Change message. X-Git-Tag: v0.10.36~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a4f266d1366a0d282d184a10c5e33bace07220;p=thirdparty%2Fgettext.git Change message. --- diff --git a/src/ChangeLog b/src/ChangeLog index 33f109d0c..57e38be8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-03-27 Bruno Haible + + * po.c (po_callback_message): Change message again. + 2001-03-26 Bruno Haible * xgettext.c (test_whether_c_format): Recognize '%%' as valid. diff --git a/src/po.c b/src/po.c index a1a2d5fe4..fe598947e 100644 --- a/src/po.c +++ b/src/po.c @@ -300,8 +300,10 @@ 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 GNU libiconv and then reinstalling GNU gettext"), +%*s warning: consider installing GNU libiconv and then\n\ +%*s reinstalling GNU gettext"), gram_pos.file_name, po_lex_charset, note, + (int) strlen (gram_pos.file_name), "", (int) strlen (gram_pos.file_name), ""); # endif --error_message_count; @@ -315,10 +317,12 @@ 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 GNU libiconv and then reinstalling GNU gettext"), +%*s warning: consider installing GNU libiconv and then\n\ +%*s reinstalling GNU gettext"), gram_pos.file_name, po_lex_charset, /* TRANS: sentence starts at trans_id_3 */ _(", expect parse errors"), + (int) strlen (gram_pos.file_name), "", (int) strlen (gram_pos.file_name), ""); --error_message_count; }