From c00668b914ca4fc87f8721be4669a2b06ae02761 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Wed, 16 Sep 2009 18:48:34 -0400 Subject: [PATCH] Clarify email forwarding upon renewal --- ceo/urwid/renew.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ceo/urwid/renew.py b/ceo/urwid/renew.py index ac0279a..75565b3 100644 --- a/ceo/urwid/renew.py +++ b/ceo/urwid/renew.py @@ -56,8 +56,10 @@ class EmailPage(WizardPanel): self.widgets = [ urwid.Text( "Mail Forwarding" ), urwid.Divider(), - urwid.Text("Please ensure the forwarding address for " - "your CSC email is up to date."), + urwid.Text("Please ensure the forwarding address for your CSC " + "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.Text("Warning: Changing this overwrites ~/.forward"), urwid.Divider(),