diff options
author | Jim Meyering <meyering@redhat.com> | 2009-01-05 13:28:33 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-01-05 13:28:33 +0000 |
commit | 7924fec593e62ef178ca7dedd120ea04c7c64c4a (patch) | |
tree | c9ac0aecc91024be6c1243e16205d3ff1f9157fb /po/Makevars | |
parent | avoid bogus descriptions due to use of gettext with the empty string (diff) | |
download | libvirt-7924fec593e62ef178ca7dedd120ea04c7c64c4a.tar.gz libvirt-7924fec593e62ef178ca7dedd120ea04c7c64c4a.tar.bz2 libvirt-7924fec593e62ef178ca7dedd120ea04c7c64c4a.zip |
avoid xgettext warning aboug bug-reporting address
* po/Makevars (MSGID_BUGS_ADDRESS): Set, to avoid xgettext warning.
* po/libvirt.pot: Set bug-reporting address.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 32692ab4b..3b09143fb 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. |