X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Faboutbox.cpp;h=bb3c5cfa5f959f41c527ed19edc60321ca6420e9;hb=c099a73a820051490fe3afe6cd0b5731b8057e92;hp=11c4a9c45c12d2a96a6268a883e7513ed35746ab;hpb=541b3a7021d2096ad13179ec27a136d93a2958d7;p=inkscape.git diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 11c4a9c45..bb3c5cfa5 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 (email). 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");