summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorIvan Mas??r <helix84@centrum.sk>2009-06-03 14:33:59 +0000
committerhelix84 <helix84@users.sourceforge.net>2009-06-03 14:33:59 +0000
commit7b524952b4ce3ef5cfec211ccf3d78cc39d739b6 (patch)
tree0aa0090dcc8ea466bf3baedf6726b934190b562f /src/selection-chemistry.cpp
parent* [INTL:*] make inkscape.pot (diff)
downloadinkscape-7b524952b4ce3ef5cfec211ccf3d78cc39d739b6.tar.gz
inkscape-7b524952b4ce3ef5cfec211ccf3d78cc39d739b6.zip
* [INTL:*] translator comments for all context strings added
(bzr r7985)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index b452d9302..e55bba2a5 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -730,7 +730,9 @@ sp_selection_raise(SPDesktop *desktop)
}
sp_document_done(sp_desktop_document(desktop), SP_VERB_SELECTION_RAISE,
- //TRANSLATORS: Only put the word "Raise" in the translation. Means "to raise an object" in the undo history
+ //TRANSLATORS: only translate "string" in "context|string".
+ // For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS
+ // "Raise" means "to raise an object" in the undo history
Q_("undo_action|Raise"));
}