summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4c9b1fc)
raw | patch | inline | side by side (parent: 4c9b1fc)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 16 Mar 2007 05:52:58 +0000 (05:52 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 16 Mar 2007 05:52:58 +0000 (05:52 +0000) |
src/selection-chemistry.cpp | patch | blob | history | |
src/selection-describer.cpp | patch | blob | history |
index 00ef487669ce097fcb0644042184a10ae50f7699..b2ba56f620e53ea6173ccccf2dda36b5022a24de 100644 (file)
}
sp_document_done(sp_desktop_document(desktop), SP_VERB_EDIT_CLONE,
- _("Clone"));
+ Q_("action|Clone"));
selection->setReprList(newsel);
index 6395f2ebcf8906fba15d1e6f0057f063cf2422db..6b0e1ea425c968d9c63e2fd912658a19d4242fca 100644 (file)
if (type == SP_TYPE_TEXT)
{ return _("Text"); }
if (type == SP_TYPE_USE)
- { return _("Clone"); }
+ { return Q_("object|Clone"); }
if (type == SP_TYPE_ARC)
{ return _("Ellipse"); }
if (type == SP_TYPE_OFFSET)