From 563747b668f185470cb2b20daa0117da90f67e00 Mon Sep 17 00:00:00 2001 From: luca_bruno Date: Sun, 11 Feb 2007 14:09:06 +0000 Subject: [PATCH] readded comment for translators; moved comment to avoid showing in po --- src/ui/dialog/aboutbox.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 11c4a9c45..4dec8dc01 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -315,7 +315,10 @@ void AboutBox::initStrings() { translators_text = ""; - + + // TRANSLATORS: Put here your name (and other national contributors') + // one per line in the form of: name surname . Use \n for newline. + Glib::ustring thisTranslation = _("translator-credits"); /** * See if the translators for the current language @@ -327,7 +330,6 @@ void AboutBox::initStrings() { * "translators for this language" * "all translators" ?? */ - Glib::ustring thisTranslation = _("translator-credits"); if (thisTranslation != "translator-credits") { translators_text.append(thisTranslation); translators_text.append("\n\n\n"); -- 2.30.2