X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2Flyx_pot.py;h=ca97416299bc8097495fc80758502421ae84ef01;hb=cda00d8329a98f912036436b3e0dcfef7cdb24e3;hp=b6f97dc2cc4ae450243728bf76aa29ca22e5f68f;hpb=ba8c5bb5112cdeaea507a46cb144c17c12cd5caf;p=lyx.git diff --git a/po/lyx_pot.py b/po/lyx_pot.py index b6f97dc2cc..ca97416299 100755 --- a/po/lyx_pot.py +++ b/po/lyx_pot.py @@ -500,7 +500,7 @@ def external_l10n(input_files, output, base): Template = re.compile(r'^Template\s+(.*)', re.IGNORECASE) GuiName = re.compile(r'\s*GuiName\s+(.*)', re.IGNORECASE) HelpTextStart = re.compile(r'\s*HelpText\s', re.IGNORECASE) - HelpTextSection = re.compile(r'\s*(\S.*\S)\s*$') + HelpTextSection = re.compile(r'\s*(\S.*)\s*$') HelpTextEnd = re.compile(r'\s*HelpTextEnd\s', re.IGNORECASE) i = -1 for src in input_files: