Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2501,7 +2501,7 @@ |
2502 | 2502 | 'ipbotherreason' => 'Other/additional reason:', |
2503 | 2503 | 'ipbhidename' => 'Hide username from the block log, active block list and user list', |
2504 | 2504 | 'ipbwatchuser' => "Watch this user's user and talk pages", |
2505 | | -'ipballowusertalk' => "Allow this user to edit their own talk page while blocked", |
| 2505 | +'ipballowusertalk' => 'Allow this user to edit their own talk page while blocked', |
2506 | 2506 | 'badipaddress' => 'Invalid IP address', |
2507 | 2507 | 'blockipsuccesssub' => 'Block succeeded', |
2508 | 2508 | 'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] has been blocked.<br /> |
Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1699,6 +1699,7 @@ |
1700 | 1700 | 'ipbotherreason', |
1701 | 1701 | 'ipbhidename', |
1702 | 1702 | 'ipbwatchuser', |
| 1703 | + 'ipballowusertalk', |
1703 | 1704 | 'badipaddress', |
1704 | 1705 | 'blockipsuccesssub', |
1705 | 1706 | 'blockipsuccesstext', |
— | — | @@ -1739,6 +1740,7 @@ |
1740 | 1741 | 'block-log-flags-nocreate', |
1741 | 1742 | 'block-log-flags-noautoblock', |
1742 | 1743 | 'block-log-flags-noemail', |
| 1744 | + 'block-log-flags-nousertalk', |
1743 | 1745 | 'block-log-flags-angry-autoblock', |
1744 | 1746 | 'range_block_disabled', |
1745 | 1747 | 'ipb_expiry_invalid', |