]> git.lyx.org Git - lyx.git/commitdiff
Improve error message a bit more.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 25 Apr 2018 22:43:49 +0000 (18:43 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Wed, 25 Apr 2018 22:43:49 +0000 (18:43 -0400)
Sorry to Kornel, who had already updated sk.po!

src/Buffer.cpp

index 74d5ac8deb428621552f968fb5e24fd25b339aac..043f0cc9a7a37c51882a15111c94c86e2afb8170 100644 (file)
@@ -4365,7 +4365,8 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir
                Alert::error(_("File name error"),
                        bformat(_("The directory path to the document\n%1$s\n"
                            "contains spaces, but your TeX installation does "
-                           "not allow them."), from_ascii(filePath())));
+                           "not allow them. You should save the file to a directory "
+                                       "whose name does not contain spaces."), from_ascii(filePath())));
                return ExportTexPathHasSpaces;
        } else {
                runparams.nice = false;