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(),