diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 024ce8724e..351ad127cd 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"