From be25181d87007d8abeee59926347f2475b5a22a9 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 26 Dec 2022 11:24:29 +0100 Subject: [PATCH] Disambiguate string --- src/insets/InsetHyperlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5