From: Jürgen Spitzmüller Date: Sat, 10 Jan 2009 17:07:52 +0000 (+0000) Subject: * InsetSpace.cpp: typo. X-Git-Tag: 2.0.0~7466 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6525a79188f71403203b0f1cb01326f3dc9abe19;p=features.git * InsetSpace.cpp: typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28071 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp index c4827d28ce..8360d8857d 100644 --- a/src/insets/InsetSpace.cpp +++ b/src/insets/InsetSpace.cpp @@ -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");