Typo in banned account message [message #35160] |
Wed, 13 December 2006 22:24 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
kolerij
![United States United States](/forum/images/flags/us.png) Messages: 58 Registered: July 2002
Karma: 0
|
Member |
|
|
Not sure is this was reported previously, but I noticed that there is a small typo in the message displayed when a banned user tries to access the forum.
Quote: | ERROR: You have been banned.
Your account was permanently from accessing the site, due to a violation of the forum's rules.
|
Looks like the word "banned" is missing.
Quote: | "Your account was permanently banned from accessing the site, due to a violation of the forum's rules."
|
Guess this change needs to be made in ../thm/default/i18n/../msg for err_banned_acct_msg.
Regards.
Kolerij
|
|
|
Re: Typo in banned account message [message #35179 is a reply to message #35160] |
Thu, 14 December 2006 19:28 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Looks fine to me in CVS, the type of ban is conditional and the message reflects that:
{IF: $ban_expiry}temporarily banned until {DATE: ban_expiry %a, %d %B %Y %H:%M}{ELSE}permanently{ENDI}
FUDforum Core Developer
|
|
|
|
|