mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
* 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:
parent
b79355e6a3
commit
8d238def28
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user