diff options
| author | bwarsaw | 2002-05-28 03:15:07 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-05-28 03:15:07 +0000 |
| commit | b8205a705ba451f84c64a418de1b0f6763adb9cc (patch) | |
| tree | d9d1e05508e57beb0c698e8893538eb52ef11a30 | |
| parent | 2fa36d3934b61d8883febbdfd933be59f63ae98f (diff) | |
| download | mailman-b8205a705ba451f84c64a418de1b0f6763adb9cc.tar.gz mailman-b8205a705ba451f84c64a418de1b0f6763adb9cc.tar.zst mailman-b8205a705ba451f84c64a418de1b0f6763adb9cc.zip | |
Instead of hardcoding the reason for becoming disabled in this
message, we pass it in from the caller so that it can be used for
other disable reasons.
TRANSLATORS TAKE NOTE.
| -rw-r--r-- | templates/en/disabled.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/en/disabled.txt b/templates/en/disabled.txt index 69197d19e..54998a83b 100644 --- a/templates/en/disabled.txt +++ b/templates/en/disabled.txt @@ -1,5 +1,5 @@ -Your membership in the mailing list %(listname)s has been disabled due -to excessive bounces. You will not get any more messages from this +Your membership in the mailing list %(listname)s has been disabled +%(reason)s. You will not get any more messages from this list until you re-enable your membership. You will receive %(noticesleft)s more reminders like this before your membership in the list is deleted. |
