summaryrefslogtreecommitdiffstats
path: root/src/selection-describer.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-16 05:52:58 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-16 05:52:58 +0000
commita357bb9ae9368a958f7b4c2deafdc7491d9c0ed6 (patch)
tree52803d8e08d07d7c5f5a92389a173ea54d361709 /src/selection-describer.cpp
parenttypos (diff)
downloadinkscape-a357bb9ae9368a958f7b4c2deafdc7491d9c0ed6.tar.gz
inkscape-a357bb9ae9368a958f7b4c2deafdc7491d9c0ed6.zip
string disambig
(bzr r2672)
Diffstat (limited to 'src/selection-describer.cpp')
-rw-r--r--src/selection-describer.cpp2
1 files changed, 1 insertions, 1 deletions
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)