From: Pavel Sanda Date: Wed, 28 Apr 2010 21:48:08 +0000 (+0000) Subject: Unify QQaud strings. X-Git-Tag: 2.0.0~3320 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=11e7cc23448610d17e998d3cc2ee6f284a330ba4;p=lyx.git Unify QQaud strings. Inside math toolbars we use "Quadratin". Dunno if this difference is intention. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34336 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp index 9987dfde93..a419a68464 100644 --- a/src/insets/InsetSpace.cpp +++ b/src/insets/InsetSpace.cpp @@ -83,7 +83,7 @@ docstring InsetSpace::toolTip(BufferView const &, int, int) const message = _("Quad Space"); break; case InsetSpaceParams::QQUAD: - message = _("QQuad Space"); + message = _(" Double Quad Space"); break; case InsetSpaceParams::ENSPACE: message = _("Enspace");