From 28233a0b816fed22fa313c0689b3d2be6802ab9e Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Sat, 12 Apr 2008 23:22:47 +0000 Subject: Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) --- src/selection-describer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/selection-describer.cpp') 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) -- cgit v1.2.3