]> git.lyx.org Git - features.git/commitdiff
Fix typo spotted by Jean-Pierre
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 20 Jan 2013 14:32:49 +0000 (15:32 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 20 Jan 2013 14:33:33 +0000 (15:33 +0100)
src/frontends/qt4/GuiDocument.cpp

index 49a166c09ab498e418721d9db7b4c8d2bbe0fc2c..481bc0947b2858564e59674ee0f4e324b5a967da 100644 (file)
@@ -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()),