From: Pavel Sanda Date: Sat, 17 Jan 2009 13:38:21 +0000 (+0000) Subject: Another one. X-Git-Tag: 2.0.0~7395 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f1cc71b3b549e0d22cd9607ade5ca2e689a472a4;p=features.git Another one. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28204 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 3bef300269..b1a0943dcf 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -1623,7 +1623,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd) LYXERR(Debug::LYXVC, "Directory: " << path); FileName pp(path); if (!pp.isReadableDirectory()) { - lyxerr<< _("Directory is not readable.\n"); + lyxerr << _("Directory is not accessible.") << endl; break; } support::PathChanger p(pp);