]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetSpace.cpp
index a419a684648477620ed6dbccd0a6f846ebe5f9f1..16c3cd08d208fb617eaaa9630c529aec72340861 100644 (file)
@@ -83,7 +83,7 @@ docstring InsetSpace::toolTip(BufferView const &, int, int) const
                message = _("Quad Space");
                break;
        case InsetSpaceParams::QQUAD:
-               message = _(" Double Quad Space");
+               message = _("Double Quad Space");
                break;
        case InsetSpaceParams::ENSPACE:
                message = _("Enspace");