]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Fix compiler warning about unused string consts
[lyx.git] / src / LyX.cpp
index 2a7cba35abbc048d3e9628c861767da016ee6c6d..04c1dd4f257e49e962cba22f24452b0f94dd96da 100644 (file)
@@ -616,7 +616,8 @@ void LyX::execCommands()
                switch (Alert::prompt(
                        _("No python is found"),
                        _("LyX will only have minimal functionality because no python interpreter "
-                               "has been found. Consider download and install of an python interpreter."),
+                         "has been found. Consider installing python with your software manager "
+                         "or from the python.org website."),
                        0, 1,
                        _("&Continue"),
                        _("&Exit LyX")))
@@ -1123,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);
        }