X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fselection-describer.cpp;h=6d80cfe5c0152a1178ea7b23438e04d0d262e78f;hb=144c1b594591ba3d62513b126ca87a5f242b2f2b;hp=1debd73e15e95206674d275db6b5b5fbfcf2940b;hpb=4358ff6156766a315e38e72a5c3c83d6d5f7486b;p=inkscape.git diff --git a/src/selection-describer.cpp b/src/selection-describer.cpp index 1debd73e1..6d80cfe5c 100644 --- a/src/selection-describer.cpp +++ b/src/selection-describer.cpp @@ -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)