From: Uwe Stöhr Date: Sun, 19 Jul 2009 21:18:31 +0000 (+0000) Subject: lyx_2_0.py: correct comment X-Git-Tag: 2.0.0~5955 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d7e6c2a53917d6fbd8235cd152eb9d14709d1f55;p=features.git lyx_2_0.py: correct comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30695 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 5d043a1dde..4f6d7478de 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -176,7 +176,7 @@ def lyx2latex(document, lines): def latex_length(string): - 'Convert some LyX stuff into corresponding LaTeX stuff, as best we can.' + 'Convert lengths to their LaTeX representation.' i = 0 percent = False i = string.find("text%")