]> git.lyx.org Git - features.git/commitdiff
* InsetSpace.cpp: typo.
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 10 Jan 2009 17:07:52 +0000 (17:07 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 10 Jan 2009 17:07:52 +0000 (17:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28071 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetSpace.cpp

index c4827d28cef23276de1786f19fbeed2e3b02dafe..8360d8857d622b62085bb740688e4c8c576aae80 100644 (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");