diff options
| author | bwarsaw | 2003-06-02 01:55:42 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-06-02 01:55:42 +0000 |
| commit | 0934abce3d5e21fd538c67934db3af98332b7a20 (patch) | |
| tree | 4993473e802bb64a1dca79ce0d639617a479804d /templates/pl | |
| parent | fc2a773fa9204e8140b94463118151912901b0d7 (diff) | |
| download | mailman-0934abce3d5e21fd538c67934db3af98332b7a20.tar.gz mailman-0934abce3d5e21fd538c67934db3af98332b7a20.tar.zst mailman-0934abce3d5e21fd538c67934db3af98332b7a20.zip | |
Patch #728836 by Richard Barrett. Fixes some bogus html.
Backport candidate.
Diffstat (limited to 'templates/pl')
| -rw-r--r-- | templates/pl/admindbdetails.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/pl/admindbdetails.html b/templates/pl/admindbdetails.html index 1958b3629..7547a3448 100644 --- a/templates/pl/admindbdetails.html +++ b/templates/pl/admindbdetails.html @@ -14,16 +14,16 @@ message's headers and an excerpt of the message body. postings, you can still forward or preserve the message (see below). -<p><li><b>Approve</b> -- Approve the message, sending it on to the list. +<li><b>Approve</b> -- Approve the message, sending it on to the list. For membership requests, approve the change in membership status. -<p><li><b>Reject</b> -- Reject the message, sending a rejection notice to +<li><b>Reject</b> -- Reject the message, sending a rejection notice to the sender, and discarding the original message. For membership requests, reject the change in membership status. In either case, you should add a reason for the rejection in the accompanying text box. -<p><li><b>Discard</b> -- Throw away the original message, without sending +<li><b>Discard</b> -- Throw away the original message, without sending a rejection notice. For membership requests, this simply discards the request without notice to the person making the request. This is usually the action you want to take for known spam. |
