]> git.lyx.org Git - features.git/commitdiff
Cosmetics
authorPavel Sanda <sanda@lyx.org>
Sun, 3 May 2009 22:58:31 +0000 (22:58 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 3 May 2009 22:58:31 +0000 (22:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29525 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index 85b169cad6b250ad74f4b3cf99b8453a5454f9b7..d1ab30f635f18a84db70905fde3ef0de4ab55a16 100644 (file)
@@ -605,7 +605,7 @@ def revert_printindexall(document):
         i = i + 1
 
 def revert_strikeout(document):
-    " Reverts \\strike character style "
+    " Reverts \\strikeout character style "
     while True:
         i = find_token(document.body, '\\strikeout', 0)
         if i == -1: