diff options
Diffstat (limited to 'bin/sync_members')
-rwxr-xr-x | bin/sync_members | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/sync_members b/bin/sync_members index bb5eaa73..9357db58 100755 --- a/bin/sync_members +++ b/bin/sync_members @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2013 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -265,7 +265,8 @@ def main(): except Errors.MMAlreadyAMember: pass except Errors.MembershipIsBanned, pattern: - print ('%s:' % addr), C_('Banned address (matched %(pattern)s)') + print ('%s:' % addr), C_( + 'Banned address (matched %(pattern)s)') for laddr, addr in addrs.items(): # Should be a member, otherwise our test above is broken |