From 6525a79188f71403203b0f1cb01326f3dc9abe19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 10 Jan 2009 17:07:52 +0000 Subject: [PATCH] * InsetSpace.cpp: typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28071 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetSpace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2