mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Improve error msg.
This commit is contained in:
parent
f7afcc31fe
commit
72eb386af0
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user