lyx2lyx/lyx_2_2.py: correct a description

This commit is contained in:
Uwe Stöhr 2015-05-03 02:16:32 +02:00
parent 418451cd65
commit 3c9442fd04

View File

@ -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"