]> git.lyx.org Git - features.git/commitdiff
Improve error msg.
authorPavel Sanda <sanda@lyx.org>
Fri, 21 Apr 2023 20:29:14 +0000 (22:29 +0200)
committerPavel Sanda <sanda@lyx.org>
Fri, 21 Apr 2023 21:15:16 +0000 (23:15 +0200)
src/LyX.cpp

index 06d1e322c9c67192b6290adb4b2fe8a6e9da3428..04c1dd4f257e49e962cba22f24452b0f94dd96da 100644 (file)
@@ -1124,7 +1124,7 @@ bool LyX::queryUserLyXDir(bool explicit_userdir)
 
        if (!sup.createDirectory(0755)) {
                // Failed, so let's exit.
-               lyxerr << to_utf8(_("Failed to create directory. Perhaps wrong -userdir option?\nExiting."))
+               lyxerr << to_utf8(_("Failed to create directory. Perhaps wrong -userdir command-line option?\nExiting."))
                       << endl;
                earlyExit(EXIT_FAILURE);
        }