Improve error msg.

This commit is contained in:
Pavel Sanda 2023-04-21 22:29:14 +02:00
parent f7afcc31fe
commit 72eb386af0

View 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);
}