Fix old error string in Cases

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19908 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2007-08-30 08:21:28 +00:00
parent 781f1af8d7
commit 99848328b6

View File

@ -95,7 +95,7 @@ bool InsetMathCases::getStatus(Cursor & cur, FuncRequest const & cmd,
if (s == "add-vline-left" || s == "add-vline-right") {
flag.enabled(false);
flag.message(bformat(
from_utf8(N_("No vertical grid lines in '%1$s'")),
from_utf8(N_("No vertical grid lines in 'cases': feature %1$s")),
s));
return true;
}