Update error message.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-01-17 21:49:28 +00:00
parent 0de73b8866
commit f7bfb018a7

View File

@ -997,7 +997,7 @@ bool prefs2prefs(FileName const & filename, FileName const & tempfile, bool lfun
cmd_ret const ret = runCommand(command_str);
if (ret.first != 0) {
LYXERR0("Could not run bind file conversion script prefs2prefs.py.");
LYXERR0("Could not run file conversion script prefs2prefs.py.");
return false;
}
return true;