diff options
Diffstat (limited to 'Mailman/Cgi/rmlist.py')
-rw-r--r-- | Mailman/Cgi/rmlist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Cgi/rmlist.py b/Mailman/Cgi/rmlist.py index 8227063c..8988dc42 100644 --- a/Mailman/Cgi/rmlist.py +++ b/Mailman/Cgi/rmlist.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001,2002 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2010 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 @@ -201,7 +201,7 @@ def request_deletion(doc, mlist, errmsg=None): FontAttr(_('Error: '), color='#ff0000', size='+2').Format() + Italic(errmsg).Format()))]) - table.AddRow([_("""This page allows you as the list owner, to permanent + table.AddRow([_("""This page allows you as the list owner, to permanently remove this mailing list from the system. <strong>This action is not undoable</strong> so you should undertake it only if you are absolutely sure this mailing list has served its purpose and is no longer necessary. |