* 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:
Jürgen Spitzmüller 2009-01-10 17:07:52 +00:00
parent afd5cd6fd5
commit 6525a79188

View File

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