Clarify email forwarding upon renewal

This commit is contained in:
Michael Spang 2009-09-16 18:48:34 -04:00
parent c2b05b3d0f
commit c00668b914
1 changed files with 4 additions and 2 deletions

View File

@ -56,8 +56,10 @@ class EmailPage(WizardPanel):
self.widgets = [ self.widgets = [
urwid.Text( "Mail Forwarding" ), urwid.Text( "Mail Forwarding" ),
urwid.Divider(), urwid.Divider(),
urwid.Text("Please ensure the forwarding address for " urwid.Text("Please ensure the forwarding address for your CSC "
"your CSC email is up to date."), "email is up to date. You may leave this blank if you do not "
"want your CSC email forwarded, and intend to log in "
"regularly to check it."),
urwid.Divider(), urwid.Divider(),
urwid.Text("Warning: Changing this overwrites ~/.forward"), urwid.Text("Warning: Changing this overwrites ~/.forward"),
urwid.Divider(), urwid.Divider(),