diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 18:34:33 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2007-02-06 18:34:33 (GMT) |
commit | da44f86a15f8b5e536f88f4e4bcc4bb3dde54562 (patch) | |
tree | 38c52e799bb0143b7a042ee3912f5f64aca72301 | |
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
-rw-r--r-- | po/Makevars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars index c5720e6..afd9a6e 100644 --- a/po/Makevars +++ b/po/Makevars | |||
@@ -23,3 +23,7 @@ COPYRIGHT_HOLDER = Nagios Plugin Development Group | |||
23 | # This is the list of locale categories, beyond LC_MESSAGES, for which the | 23 | # This is the list of locale categories, beyond LC_MESSAGES, for which the |
24 | # message catalogs shall be used. It is usually empty. | 24 | # message catalogs shall be used. It is usually empty. |
25 | EXTRA_LOCALE_CATEGORIES = | 25 | EXTRA_LOCALE_CATEGORIES = |
26 | |||
27 | # Email address were to send bug report for the .po translation files | ||
28 | PACKAGE_BUGREPORT = nagiosplug-devel@lists.sourceforge.net | ||
29 | |||