From ca4e48f822c41df7b9d269f8d3391915b6a40850 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 24 Feb 2009 09:47:00 +0000 Subject: Ensure comment for translators is included in po file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue reported by Göran Uddeborg. * src/system.h: Move the translator comment adjacent to the translated string. * THANKS: Update Göran's email address. --- src/system.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/system.h b/src/system.h index 2f6249b1e..990be0c69 100644 --- a/src/system.h +++ b/src/system.h @@ -627,14 +627,16 @@ emit_bug_reporting_address (void) fputs (_("General help using GNU software: \n"), stdout); - /* TRANSLATORS: Replace LANG_CODE in this URL with your language code - to form one of - the URLs at http://translationproject.org/team/. Otherwise, replace - the entire URL with your translation team's email address. */ if (hard_locale (LC_MESSAGES)) - printf (_("Report %s translation bugs to " - "\n"), - last_component (program_name)); + { + /* TRANSLATORS: Replace LANG_CODE in this URL with your language code + to form one of + the URLs at http://translationproject.org/team/. Otherwise, replace + the entire URL with your translation team's email address. */ + printf (_("Report %s translation bugs to " + "\n"), + last_component (program_name)); + } } #include "inttostr.h" -- cgit v1.2.3-54-g00ecf