Code

more unreffing temporary styles properly
[inkscape.git] / src / selection-describer.cpp
index 6b0e1ea425c968d9c63e2fd912658a19d4242fca..69e10904ff2a84a3a1a040b56b25983aa8b69150 100644 (file)
@@ -61,6 +61,8 @@ 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 Q_("object|Clone"); }
     if (type == SP_TYPE_ARC)