From: Juergen Spitzmueller Date: Mon, 26 Dec 2022 10:24:29 +0000 (+0100) Subject: Disambiguate string X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=be25181d87007d8abeee59926347f2475b5a22a9;p=features.git Disambiguate string --- diff --git a/src/insets/InsetHyperlink.cpp b/src/insets/InsetHyperlink.cpp index 4c1b43542c..a3759e959e 100644 --- a/src/insets/InsetHyperlink.cpp +++ b/src/insets/InsetHyperlink.cpp @@ -281,7 +281,7 @@ docstring InsetHyperlink::toolTip(BufferView const & /*bv*/, int /*x*/, int /*y* else if (type == "file:") guitype = _("file"); else if (type == "other") - guitype = _("other"); + guitype = _("other[[Hyperlink Type]]"); return bformat(_("Hyperlink (%1$s) to %2$s"), guitype, url); }