diff options
| author | Colin Marquardt <github@marquardt-home.de> | 2007-06-17 22:59:48 +0000 |
|---|---|---|
| committer | cmarqu <cmarqu@users.sourceforge.net> | 2007-06-17 22:59:48 +0000 |
| commit | fea1633db7de4033e33a750fb886aa856f540eb5 (patch) | |
| tree | 787501242553276166169b5b62d9f78c6335cc95 /src | |
| parent | fix double instancing of signal connectors in SPUseReference (diff) | |
| download | inkscape-fea1633db7de4033e33a750fb886aa856f540eb5.tar.gz inkscape-fea1633db7de4033e33a750fb886aa856f540eb5.zip | |
Add translator hint.
(bzr r3072)
Diffstat (limited to 'src')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index bd1f54b6b..fc0bb5a10 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2079,6 +2079,8 @@ sp_selection_clone() 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")); |
