Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:f9ab9dafb200cd3bdbe5f227d0eb4510152dae41
Author...:karl <>
Committer:karl <>
Date.....:Tue Aug 29 22:45:22 2006 +0000
Parents..:02ef27cbb297a42d061b860b667378b913da7017

Message
[project @ 2006-08-29 22:45:22 by karl]
(main) <--help output>: say that translators
should add another line for translation bugs.
Suggestion from Clytie Siddall, 29 Aug 2006 17:31:37 +0930.

Changes
diff --git a/src/hello.c b/src/hello.c
line changes: +3/-2
index d4e2888..a559fca
--- a/src/hello.c
+++ b/src/hello.c
@@ -121,8 +121,9 @@ Usage: %s [OPTION]...\n"), program_name);
 
       printf ("\n");
       /* TRANSLATORS: --help output 5 (end)
-         TRANSLATORS, please don't forget to add the contact address for
-         your translation!
+         TRANSLATORS: the placeholder indicates the bug-reporting address  
+         for this application. Please add _another line_ with the
+         address for translation bugs.
          no-wrap */
       printf (_("\
 Report bugs to <%s>.\n"), PACKAGE_BUGREPORT);

This website is licensed under AGPL-3.0. Feel free to copy!