* InsetSpace.cpp: typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28070 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-01-10 17:06:59 +00:00
parent 045bb2c734
commit 361c958427

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