]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
Fix natbib bug spotted by JMarc.
[lyx.git] / src / exporter.C
index 49a66b2f716b2689ab55b656e09e9e899aaa05db..08a857ff68010409a5a5c97ff44e19a708e0d199 100644 (file)
@@ -86,7 +86,7 @@ bool Exporter::Export(Buffer * buffer, string const & format,
        else if (backend_format == format)
                buffer->makeLaTeXFile(filename, string(), true);
        else if (contains(buffer->filePath(), ' ')) {
-               Alert::alert(_("Cannot run latex."),
+               Alert::alert(_("Cannot run LaTeX."),
                           _("The path to the lyx file cannot contain spaces."));
                return false;
        } else