]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/LyX.py
Minor updates to XHTML info.
[lyx.git] / lib / lyx2lyx / LyX.py
index 680f33c88f275ccaea2f1b91d1f608d0b54bc6fc..36fb64bc607b2b291cd55c748b8aa876dab53db0 100644 (file)
@@ -254,7 +254,7 @@ class LyX_base:
         " Emits a warning and exits if not in try_hard mode."
         self.warning(message)
         if not self.try_hard:
-            self.warning("Quiting.")
+            self.warning("Quitting.")
             sys.exit(1)
 
         self.status = 2