Code

more unreffing temporary styles properly
[inkscape.git] / src / selection-describer.cpp
index 6395f2ebcf8906fba15d1e6f0057f063cf2422db..69e10904ff2a84a3a1a040b56b25983aa8b69150 100644 (file)
@@ -61,8 +61,10 @@ type2term(GType type)
         { return _("Rectangle"); }
     if (type == SP_TYPE_TEXT)
         { return _("Text"); }
+    // 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
     if (type == SP_TYPE_USE)
-        { return _("Clone"); }
+        { return Q_("object|Clone"); }
     if (type == SP_TYPE_ARC)
         { return _("Ellipse"); }
     if (type == SP_TYPE_OFFSET)