From 13a1390271b38c80c2b39a7d659894e7ebf92b32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 17 Mar 2009 10:47:55 +0000 Subject: [PATCH] * InsetMathCases.cpp: - fix string. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28835 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathCases.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mathed/InsetMathCases.cpp b/src/mathed/InsetMathCases.cpp index 317c584907..32aa5a5e0f 100644 --- a/src/mathed/InsetMathCases.cpp +++ b/src/mathed/InsetMathCases.cpp @@ -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; } } -- 2.39.2