Index: trunk/extensions/TorBlock/TorBlock.i18n.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $messages['en'] = array( |
15 | 15 | 'torblock-desc' => 'Allows tor exit nodes to be blocked from editing a wiki', |
16 | 16 | 'torblock-blocked' => 'Your IP address, <tt>$1</tt>, has been automatically identified as a tor exit node. |
17 | | -Editing through tor is blocked to prevent abuse.' |
| 17 | +Editing through tor is blocked to prevent abuse.', |
18 | 18 | 'right-torunblocked' => 'Bypass automatic blocks of tor exit nodes', |
19 | 19 | ); |
20 | 20 | |