From 99848328b67934c282864a156fecdfe4b632c6f5 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Thu, 30 Aug 2007 08:21:28 +0000 Subject: [PATCH] Fix old error string in Cases git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19908 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathCases.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathCases.cpp b/src/mathed/InsetMathCases.cpp index 27ec6c3b95..d044d1291a 100644 --- a/src/mathed/InsetMathCases.cpp +++ b/src/mathed/InsetMathCases.cpp @@ -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; } -- 2.39.2