From: Richard Heck Date: Mon, 12 Jul 2010 18:11:26 +0000 (+0000) Subject: Clarify error message slightly. X-Git-Tag: 2.0.0~2996 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2c19192582b5bed6a5ff97ec18500d3147228bef;p=features.git Clarify error message slightly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34881 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 1448e31efa..f2cece0be2 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -550,7 +550,7 @@ string BufferParams::readToken(Lexer & lex, string const & token, docstring desc = translateIfPossible(from_utf8(baseClass()->description())); docstring const msg = - bformat(_("The used document class\n" + bformat(_("The selected document class\n" "\t%1$s\n" "requires external files that are not available.\n" "The document class can still be used, but LyX\n"