]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathCases.cpp
index 317c5849076adc933274293a0c50d8e43feaf6bf..32aa5a5e0fa56e7f3dfb5d2b8ef7b9ce97bceb05 100644 (file)
@@ -103,9 +103,8 @@ bool InsetMathCases::getStatus(Cursor & cur, FuncRequest const & cmd,
                if (s == "append-column" || s == "delete-column") {
                        flag.setEnabled(false);
                        flag.message(bformat(
-                               from_utf8(N_("Changing number of columns not allowed in\
-                                                        'cases': feature %1$s")),
-                               s));
+                               from_utf8(N_("Changing number of columns not allowed in "
+                                            "'cases': feature %1$s")), s));
                        return true;
                }
        }