From: Jean-Marc Lasgouttes Date: Tue, 10 Jun 2008 08:31:21 +0000 (+0000) Subject: typo spotted by JP Chretien X-Git-Tag: 1.6.10~4425 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b4811438e338878420a690b1acf3cbcae8fea39f;p=features.git typo spotted by JP Chretien git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25221 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index fa811307f8..f29f24a0b8 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -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;