mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Disambiguate string
This commit is contained in:
parent
1c10656e3d
commit
be25181d87
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user