aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-12-07 20:32:08 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-12-07 20:32:08 +0200
commit5e817a50d276f0a3607638c1c1d449d50b9aa4e5 (patch)
tree5f085d34b2e51e95a85bd3c62f795ba4c6f7c2c2
parentPrevent xgettext from taking one regular string as a C format string. (diff)
downloadxz-5e817a50d276f0a3607638c1c1d449d50b9aa4e5.tar.xz
Add a note for translators to add a bug reporting address
for translation bugs.
-rw-r--r--src/xz/message.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 5bce4cdd..eca90592 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1189,6 +1189,10 @@ message_help(bool long_help)
uint64_to_str(hardware_threadlimit_get(), 0));
}
+ // TRANSLATORS: This message indicates the bug reporting address
+ // for this package. Please add _another line_ saying
+ // "Report translation bugs to <...>\n" with the email or WWW
+ // address for translation bugs. Thanks.
printf(_("Report bugs to <%s> (in English or Finnish).\n"),
PACKAGE_BUGREPORT);
printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_HOMEPAGE);