mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
* InsetSpace.cpp: typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28071 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
afd5cd6fd5
commit
6525a79188
@ -99,7 +99,7 @@ docstring InsetSpace::toolTip(BufferView const &, int, int) const
|
||||
message = _("Negative Thin Space");
|
||||
break;
|
||||
case InsetSpaceParams::NEGMEDIUM:
|
||||
message = _("Negative Mwedium Space");
|
||||
message = _("Negative Medium Space");
|
||||
break;
|
||||
case InsetSpaceParams::NEGTHICK:
|
||||
message = _("Negative Thick Space");
|
||||
|
Loading…
Reference in New Issue
Block a user