summaryrefslogtreecommitdiff
path: root/po/rpm.pot
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-08-06 14:24:29 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-08-06 14:24:29 +0300
commit480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832 (patch)
tree64f662bf0836ca17231a287387f959e7a95c5208 /po/rpm.pot
parent37c6a80fd9ba9a49da5cc4ae3de33d70e92427ee (diff)
downloadrpm-480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832.tar.gz
rpm-480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832.tar.bz2
rpm-480c7faa69c55fb01d2b9a4feb4e9cfdd90b1832.zip
Use PACKAGE_BUGREPORT in rpmrc.c's error messages.
Background: autoconf supplies a define (PACKAGE_BUGREPORT) which can be used to provide an email-address for bug reporting. So far, rpmrc.c sources used a hard-coded addresses instead. This had caused i18n'ed strings (po/*) to contain different email addresses for bug reporting. The patch changes this behavior into a the i18n'ed strings to use the address as a string. From Ralf Corsepius.
Diffstat (limited to 'po/rpm.pot')
-rw-r--r--po/rpm.pot5
1 files changed, 3 insertions, 2 deletions
diff --git a/po/rpm.pot b/po/rpm.pot
index bc320081e..93d7c5cf4 100644
--- a/po/rpm.pot
+++ b/po/rpm.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: rpm-maint@lists.rpm.org\n"
-"POT-Creation-Date: 2007-07-24 15:19+0300\n"
+"POT-Creation-Date: 2007-08-06 14:23+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2996,7 +2996,8 @@ msgid "Unknown system: %s\n"
msgstr ""
#: lib/rpmrc.c:1565
-msgid "Please contact rpm-maint@lists.rpm.org\n"
+#, c-format
+msgid "Please contact %s\n"
msgstr ""
#: lib/rpmrc.c:1802