Code

add SPCurve::get_segment_count
[inkscape.git] / src / selection-describer.cpp
index 1debd73e15e95206674d275db6b5b5fbfcf2940b..6d80cfe5c0152a1178ea7b23438e04d0d262e78f 100644 (file)
@@ -39,7 +39,8 @@ const gchar *
 type2term(GType type)
 {
     if (type == SP_TYPE_ANCHOR)
-        { return _("Link"); }
+       // TRANSLATORS: only translate and put "Link" in the translation. It means internet link (anchor)
+        { return Q_("web|Link"); }
     if (type == SP_TYPE_CIRCLE)
         { return _("Circle"); }
     if (type == SP_TYPE_ELLIPSE)