From: cmarqu Date: Sun, 17 Jun 2007 22:59:48 +0000 (+0000) Subject: Add translator hint. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dce320ecbaf4b7b09f0e286c8933feb27f116dc4;p=inkscape.git Add translator hint. --- 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"));