From: Juergen Spitzmueller Date: Sun, 20 Jan 2013 14:32:49 +0000 (+0100) Subject: Fix typo spotted by Jean-Pierre X-Git-Tag: 2.1.0beta1~896 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e199ec0310e5099e78d386b3e118a63fdcbf81b6;p=features.git Fix typo spotted by Jean-Pierre --- diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 49a166c09a..481bc0947b 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -1287,7 +1287,7 @@ GuiDocument::GuiDocument(GuiView & lv) docstring const output_type = (tc.outputType() == lyx::DOCBOOK) ? _("DocBook") : _("LaTeX"); tooltip += '\n' + toqstr(wrap(bformat(_("Class not found by LyX. " "Please check if you have the matching %1$s class " - "and all requires packages (%2$s) installed."), + "and all required packages (%2$s) installed."), output_type, from_utf8(tc.prerequisites(", "))))); } latexModule->classCO->addItemSort(toqstr(tc.name()),