commit 3c9442fd047098f349ce918bc4669ada9054c863
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sun May 3 02:16:32 2015 +0200

    lyx2lyx/lyx_2_2.py: correct a description

diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py
index 024ce87..351ad12 100644
--- a/lib/lyx2lyx/lyx_2_2.py
+++ b/lib/lyx2lyx/lyx_2_2.py
@@ -688,7 +688,7 @@ def revert_specialchar(document):
 
 
 def revert_georgian(document):
-    "Set the document language for new supported languages to English"
+    "Set the document language to English but assure Georgian output"
 
     if document.language == "georgian":
         document.language = "english"

Reply via email to