From db90860213e4718de4962eb297a93d87b4e7a5b5 Mon Sep 17 00:00:00 2001 From: klm Date: Mon, 30 Mar 1998 18:19:57 +0000 Subject: Small text refinements. --- Mailman/HTMLFormatter.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'Mailman/HTMLFormatter.py') diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index 724197605..fae347464 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -152,25 +152,22 @@ class HTMLFormatter: def FormatEditingOption(self): "Present editing options, according to list privacy." - text = ("%s subscribers, to edit your subscription options" + text = ("%s subscribers, to edit your subscription options:" % self.real_name) text = text + " %senter your email address: " if self.private_roster == 0: - text = text % "either " + text = text % "
Either " else: text = text % "" text = (text - + "
or visit the subscribers list" - ' (above) and select' - " your entry.") + text = text + ("
Or visit the subscribers list" + " (above) and select your entry.") return text def FormatRosterOptionForAdmin(self): -- cgit v1.2.3-70-g09d2