]> git.lyx.org Git - features.git/commitdiff
Clarify error message slightly.
authorRichard Heck <rgheck@comcast.net>
Mon, 12 Jul 2010 18:11:26 +0000 (18:11 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 12 Jul 2010 18:11:26 +0000 (18:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34881 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 1448e31efa70d1aceca28905488a308fcbbed1c3..f2cece0be2e330572dc54148bab3f6d2c1f742f4 100644 (file)
@@ -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"