* 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
This commit is contained in:
Jürgen Spitzmüller 2009-03-17 10:46:21 +00:00
parent b79355e6a3
commit 8d238def28

View File

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