diff options
Diffstat (limited to 'lang/updatelang.py')
-rwxr-xr-x | lang/updatelang.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/updatelang.py b/lang/updatelang.py index 6ba74c5..397cfcb 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -99,7 +99,7 @@ def collectMessages(messagesDir): idx = line.find(": ") if idx < 1: continue - msgId = line[:idx] +# msgId = line[:idx] msgStr = line[idx + 2:] if msgStr[-1:] == "\n": msgStr = msgStr[:-1] |