aboutsummaryrefslogtreecommitdiffstats
path: root/bin/transcheck
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/transcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/transcheck b/bin/transcheck
index 1fb3301b..e3753161 100755
--- a/bin/transcheck
+++ b/bin/transcheck
@@ -36,7 +36,7 @@ import os
import getopt
import paths
-from Mailman.i18n import _
+from Mailman.i18n import C_
program = sys.argv[0]
@@ -47,7 +47,7 @@ def usage(code, msg=''):
fd = sys.stderr
else:
fd = sys.stdout
- print >> fd, _(__doc__)
+ print >> fd, C_(__doc__)
if msg:
print >> fd, msg
sys.exit(code)