From 8d238def2883b00dc3836d33e485646954fb9c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 17 Mar 2009 10:46:21 +0000 Subject: [PATCH] * InsetMathCases.cpp: - fix string. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28834 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathCases.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/InsetMathCases.cpp b/src/mathed/InsetMathCases.cpp index 5df4a19d9f..6c118dfa33 100644 --- a/src/mathed/InsetMathCases.cpp +++ b/src/mathed/InsetMathCases.cpp @@ -103,8 +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")), + from_utf8(N_("Changing number of columns not allowed in " + "'cases': feature %1$s")), s)); return true; }