mirror of https://git.tukaani.org/xz.git
Add a note for translators to add a bug reporting address
for translation bugs.
This commit is contained in:
parent
6db1c35be9
commit
5e817a50d2
|
@ -1189,6 +1189,10 @@ message_help(bool long_help)
|
||||||
uint64_to_str(hardware_threadlimit_get(), 0));
|
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"),
|
printf(_("Report bugs to <%s> (in English or Finnish).\n"),
|
||||||
PACKAGE_BUGREPORT);
|
PACKAGE_BUGREPORT);
|
||||||
printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_HOMEPAGE);
|
printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_HOMEPAGE);
|
||||||
|
|
Loading…
Reference in New Issue