diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | messages/fi/LC_MESSAGES/mailman.po | 2 | ||||
-rw-r--r-- | templates/en/subscribeack.txt | 2 | ||||
-rw-r--r-- | templates/fi/listinfo.html | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -42,6 +42,10 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Made a minor change to the English subscribeack.txt (welcome message) + template to emphasize that a password is only required to unsubscribe + *without confirmation*. + - Fixed an issue in admindb that could result in a KeyError and "we hit a bug" response when a moderator acts on a post that had been handled by someone else after the first moderator had retrieved it. Bug #598671. diff --git a/messages/fi/LC_MESSAGES/mailman.po b/messages/fi/LC_MESSAGES/mailman.po index 30749a0f..a07ded18 100644 --- a/messages/fi/LC_MESSAGES/mailman.po +++ b/messages/fi/LC_MESSAGES/mailman.po @@ -9393,7 +9393,7 @@ msgid "" msgstr "" "# -*- python -*-\n" "# -*- coding: %(charset)s -*-\n" -"## Postituslistan \"%(listname)s\" konfigurointiasetukset -*- python -*-\n" +"## Postituslistan \"%(listname)s\" konfigurointiasetukset\n" "## haettu %(when)s\n" #: bin/config_list:143 diff --git a/templates/en/subscribeack.txt b/templates/en/subscribeack.txt index c858c486..1b31dd5b 100644 --- a/templates/en/subscribeack.txt +++ b/templates/en/subscribeack.txt @@ -22,7 +22,7 @@ with the word `help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing -the password, itself) or to unsubscribe. It is: +the password, itself) or to unsubscribe without confirmation. It is: %(password)s diff --git a/templates/fi/listinfo.html b/templates/fi/listinfo.html index c9bfe3d6..e788e2b7 100644 --- a/templates/fi/listinfo.html +++ b/templates/fi/listinfo.html @@ -2,7 +2,7 @@ <!-- $Revision: 5063 $ --> <HTML> <HEAD> - <TITLE><MM-List-Name> Info Page</TITLE> + <TITLE><MM-List-Name> Info Sivu</TITLE> </HEAD> <BODY BGCOLOR="#ffffff"> |