Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Shirk <travis@pobox.com>2006-01-11 04:46:45 +0300
committerTravis Shirk <travis@pobox.com>2006-01-11 04:46:45 +0300
commit321d4c0342af01d064f062f616cb104141da5a96 (patch)
tree25da93aad344b4785018625c938d7af71e6aa0aa /scripts
parent5ab79415a643d15c588798eb340c0bff99534d05 (diff)
One last trunk merge
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/translations.py2
1 files changed, 1 insertions, 1 deletions
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