]> git.lyx.org Git - features.git/commitdiff
Another one.
authorPavel Sanda <sanda@lyx.org>
Sat, 17 Jan 2009 13:38:21 +0000 (13:38 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 17 Jan 2009 13:38:21 +0000 (13:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28204 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXFunc.cpp

index 3bef300269db48e982fa577b715942b773055446..b1a0943dcf4f81cc34715f8c2f95aca2df8dcac9 100644 (file)
@@ -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);