From f1cc71b3b549e0d22cd9607ade5ca2e689a472a4 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 17 Jan 2009 13:38:21 +0000 Subject: [PATCH] Another one. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28204 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXFunc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2