When doing the localization, I found a funny looking string in InsetMathCases. I think it is a mistake, and should be like the attached. OK?
- Martin
Index: InsetMathCases.cpp =================================================================== --- InsetMathCases.cpp (revision 19865) +++ InsetMathCases.cpp (working copy) @@ -95,7 +95,7 @@ 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': argument %1$s")), s)); return true; }