~futatuki/mailman/2.1-listinfo-overview-client-lang

« back to all changes in this revision

Viewing changes to Mailman/Gui/GUIBase.py

  • Committer: Yasuhito FUTATSUKI at POEM
  • Date: 2018-06-21 07:40:59 UTC
  • mfrom: (1654.3.103 2.1)
  • Revision ID: futatuki@poem.co.jp-20180621074059-qq53235k6748x5yr
merge lp:mailman/2.1 up to rev 1781

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2002-2015 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 2002-2018 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
173
173
                doc.addError(_('Invalid value for variable: %(property)s'))
174
174
            # This is the parent of MMBadEmailError and MMHostileAddress
175
175
            except Errors.EmailAddressError, error:
 
176
                error = Utils.websafe(str(error))
176
177
                doc.addError(
177
178
                    _('Bad email address for option %(property)s: %(error)s'))
178
179
            else: