[LyX/master] lyx2lyx/lyx_2_2.py: correct a description

2015-05-14 Thread Uwe Stöhr
commit 225ecc581fcd9398781e4459b9bb09e2554c62f9
Author: Uwe Stöhr uwesto...@lyx.org
Date:   Fri May 15 03:41:43 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 f53b3a8..8a0ffa9 100644
--- a/lib/lyx2lyx/lyx_2_2.py
+++ b/lib/lyx2lyx/lyx_2_2.py
@@ -969,7 +969,7 @@ def convert_BoxFeatures(document):
 
 
 def revert_BoxFeatures(document):
- deletes new box features 
+ outputs new box features as TeX code 
 
 i = 0
 defaultSep = 3pt


[LyX/master] lyx2lyx/lyx_2_2.py: correct a description

2015-05-14 Thread Uwe Stöhr
commit 225ecc581fcd9398781e4459b9bb09e2554c62f9
Author: Uwe Stöhr 
Date:   Fri May 15 03:41:43 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 f53b3a8..8a0ffa9 100644
--- a/lib/lyx2lyx/lyx_2_2.py
+++ b/lib/lyx2lyx/lyx_2_2.py
@@ -969,7 +969,7 @@ def convert_BoxFeatures(document):
 
 
 def revert_BoxFeatures(document):
-" deletes new box features "
+" outputs new box features as TeX code "
 
 i = 0
 defaultSep = "3pt"


[LyX/master] lyx2lyx/lyx_2_2.py: correct a description

2015-05-02 Thread Uwe Stöhr
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


[LyX/master] lyx2lyx/lyx_2_2.py: correct a description

2015-05-02 Thread Uwe Stöhr
commit 3c9442fd047098f349ce918bc4669ada9054c863
Author: Uwe Stöhr 
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"