]> git.lyx.org Git - features.git/commitdiff
typo spotted by JP Chretien
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 10 Jun 2008 08:31:21 +0000 (08:31 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 10 Jun 2008 08:31:21 +0000 (08:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25221 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index fa811307f88c12d14eefcf0e0d76229ef76047f5..f29f24a0b8a7e2ca8c9bfa938d3a920a0e8055b1 100644 (file)
@@ -1332,7 +1332,7 @@ bool GuiApplication::readUIFile(QString const & name, bool include)
 
        if (ui_path.empty()) {
                LYXERR(Debug::INIT, "Could not find " << name);
-               Alert::warning(_("Could not find UI defintion file"),
+               Alert::warning(_("Could not find UI definition file"),
                               bformat(_("Error while reading the configuration file\n%1$s.\n"
                                   "Please check your installation."), qstring_to_ucs4(name)));
                return false;