typo spotted by JP Chretien

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25221 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-06-10 08:31:21 +00:00
parent 08b0aaea54
commit b4811438e3

View 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;