diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 18:34:33 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 18:34:33 +0000 |
commit | da44f86a15f8b5e536f88f4e4bcc4bb3dde54562 (patch) | |
tree | 38c52e799bb0143b7a042ee3912f5f64aca72301 /po | |
parent | 3f765f90def5c2d769209feda7ac9b097da34469 (diff) | |
download | monitoring-plugins-da44f86a15f8b5e536f88f4e4bcc4bb3dde54562.tar.gz |
adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1609 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars index c5720e6d..afd9a6e0 100644 --- a/po/Makevars +++ b/po/Makevars @@ -23,3 +23,7 @@ COPYRIGHT_HOLDER = Nagios Plugin Development Group # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = + +# Email address were to send bug report for the .po translation files +PACKAGE_BUGREPORT = nagiosplug-devel@lists.sourceforge.net + |