From 7924fec593e62ef178ca7dedd120ea04c7c64c4a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Jan 2009 13:28:33 +0000 Subject: [PATCH] avoid xgettext warning aboug bug-reporting address * po/Makevars (MSGID_BUGS_ADDRESS): Set, to avoid xgettext warning. * po/libvirt.pot: Set bug-reporting address. --- ChangeLog | 6 +++++- po/Makevars | 2 +- po/libvirt.pot | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c19cd120c1..14425ad795 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Mon Jan 5 14:15:41 CET 2009 Jim Meyering +Mon Jan 5 14:22:06 CET 2009 Jim Meyering + + avoid xgettext warning aboug bug-reporting address + * po/Makevars (MSGID_BUGS_ADDRESS): Set, to avoid xgettext warning. + * po/libvirt.pot: Set bug-reporting address. avoid bogus descriptions due to use of gettext with the empty string * src/virsh.c: Use `""', not `gettext_noop("")', in numerous diff --git a/po/Makevars b/po/Makevars index 32692ab4b9..3b09143fb8 100644 --- a/po/Makevars +++ b/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = +MSGID_BUGS_ADDRESS = libvir-list@redhat.com # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/po/libvirt.pot b/po/libvirt.pot index 92d6d88788..d0d1ee4062 100644 --- a/po/libvirt.pot +++ b/po/libvirt.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: libvir-list@redhat.com\n" "POT-Creation-Date: 2008-12-04 16:26+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n"