]> git.lyx.org Git - features.git/commitdiff
* InsetMathCases.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 17 Mar 2009 10:47:55 +0000 (10:47 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 17 Mar 2009 10:47:55 +0000 (10:47 +0000)
- fix string.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28835 a592a061-630c-0410-9148-cb99ea01b6c8

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;
                }
        }