summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae30168)
raw | patch | inline | side by side (parent: ae30168)
author | luca_bruno <luca_bruno@users.sourceforge.net> | |
Sun, 11 Feb 2007 14:09:06 +0000 (14:09 +0000) | ||
committer | luca_bruno <luca_bruno@users.sourceforge.net> | |
Sun, 11 Feb 2007 14:09:06 +0000 (14:09 +0000) |
src/ui/dialog/aboutbox.cpp | patch | blob | history |
index 11c4a9c45c12d2a96a6268a883e7513ed35746ab..4dec8dc01ef58cfcfb48660d76ff571d27724eee 100644 (file)
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
* "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");