diff --git a/scripts/dev/translations.py b/scripts/dev/translations.py index 0e503cbc2..4f0c60ad7 100755 --- a/scripts/dev/translations.py +++ b/scripts/dev/translations.py @@ -26,7 +26,7 @@ def visit(arg, dirname, names): print name, 'has now:' os.system('msgfmt --statistics ' + path_to_po) if check: - os.system('msgfmt -c --check-accelerators="_" ' + path_to_po) + os.system('msgfmt -c ' + path_to_po) else: print 'PROBLEM: cannot find gajim.po in', dirname