diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-08-22 19:33:18 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-08-22 19:33:18 +0000 |
| commit | ac40d1226ad4b0170dc3df567074c54ca20d9469 (patch) | |
| tree | bf7eb90f06fcd1c65c6c478ae7138812be652b3f /src/selection-chemistry.cpp | |
| parent | avoid division by zero (Bug 604131) (diff) | |
| download | inkscape-ac40d1226ad4b0170dc3df567074c54ca20d9469.tar.gz inkscape-ac40d1226ad4b0170dc3df567074c54ca20d9469.zip | |
i18n. Context cleanup (context|string replaced with C_).
(bzr r9722)
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index f1262e9ca..428ca2b9b 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -844,10 +844,8 @@ sp_selection_raise(SPDesktop *desktop) } sp_document_done(sp_desktop_document(desktop), SP_VERB_SELECTION_RAISE, - //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")); + //TRANSLATORS: "Raise" means "to raise an object" in the undo history + C_("Undo action", "Raise")); } void sp_selection_raise_to_top(SPDesktop *desktop) @@ -2053,10 +2051,8 @@ sp_selection_clone(SPDesktop *desktop) Inkscape::GC::release(clone); } - // 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 sp_document_done(sp_desktop_document(desktop), SP_VERB_EDIT_CLONE, - Q_("action|Clone")); + C_("Action","Clone")); selection->setReprList(newsel); |
