diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-16 05:52:58 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-16 05:52:58 +0000 |
| commit | a357bb9ae9368a958f7b4c2deafdc7491d9c0ed6 (patch) | |
| tree | 52803d8e08d07d7c5f5a92389a173ea54d361709 /src | |
| parent | typos (diff) | |
| download | inkscape-a357bb9ae9368a958f7b4c2deafdc7491d9c0ed6.tar.gz inkscape-a357bb9ae9368a958f7b4c2deafdc7491d9c0ed6.zip | |
string disambig
(bzr r2672)
Diffstat (limited to 'src')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 | ||||
| -rw-r--r-- | src/selection-describer.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 00ef48766..b2ba56f62 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -2073,7 +2073,7 @@ sp_selection_clone() } sp_document_done(sp_desktop_document(desktop), SP_VERB_EDIT_CLONE, - _("Clone")); + Q_("action|Clone")); selection->setReprList(newsel); diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 6395f2ebc..6b0e1ea42 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -62,7 +62,7 @@ type2term(GType type) 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) |
