* bugfix: https://github.com/wesnoth/wesnoth/issues/3469 * wmlxgettext: removed a debug comment forgotten on the previous bugfix
This commit is contained in:
parent
c589e39098
commit
4b79c263d3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class LuaCommentState:
|
|||
|
||||
class LuaStr00:
|
||||
def __init__(self):
|
||||
self.regex = re.compile(r'((?:_)|(?:.*?\s+_))\s*\(')
|
||||
self.regex = re.compile(r'\b_\b\s*\(')
|
||||
self.iffail = 'lua_str01'
|
||||
|
||||
def run(self, xline, lineno, match):
|
||||
|
|
Loading…
Add table
Reference in a new issue