Disambiguate string

This commit is contained in:
Juergen Spitzmueller 2022-12-26 11:24:29 +01:00
parent 1c10656e3d
commit be25181d87

View File

@ -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);
}