summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/aboutbox.cpp
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2007-02-11 14:09:06 +0000
committerluca_bruno <luca_bruno@users.sourceforge.net>2007-02-11 14:09:06 +0000
commitd5327cf3311c50b99e4685e212fc78f55ffaa175 (patch)
treefeae17432cab64723256ecf3e60a38ac58644150 /src/ui/dialog/aboutbox.cpp
parentit: synched from 0.45 branch (diff)
downloadinkscape-d5327cf3311c50b99e4685e212fc78f55ffaa175.tar.gz
inkscape-d5327cf3311c50b99e4685e212fc78f55ffaa175.zip
readded comment for translators; moved comment to avoid showing in po
(bzr r2365)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
-rw-r--r--src/ui/dialog/aboutbox.cpp6
1 files 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 <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");