Index: trunk/extensions/regexBlock/regexBlock.i18n.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | 'regexblock-unblock-log' => "User name or IP address '''$1''' has been unblocked.", |
54 | 54 | 'regexblock-unblock-error' => 'Error unblocking $1. |
55 | 55 | Probably there is no such user.', |
56 | | - 'regexblock-regex-filter' => ' or regex value: ', // FIXME: bad i18n. Static formatting and lego |
| 56 | + 'regexblock-regex-filter' => ' or regex value:', // FIXME: bad i18n. Static formatting and lego |
57 | 57 | 'regexblock-view-blocked' => 'View blocked by:', |
58 | 58 | 'regexblock-view-all' => 'All', |
59 | 59 | 'regexblock-view-go' => 'Go', |
— | — | @@ -62,7 +62,6 @@ |
63 | 63 | 'regexblock-view-reason' => 'reason: $1', |
64 | 64 | 'regexblock-view-reason-default' => 'generic reason', |
65 | 65 | 'regexblock-view-block-infinite' => 'permanent block', |
66 | | - 'regexblock-view-block-expired' => 'EXPIRED on ', |
67 | 66 | 'regexblock-view-block-by' => 'blocked by:', |
68 | 67 | 'regexblock-view-block-unblock' => 'unblock', |
69 | 68 | 'regexblock-view-stats' => 'stats', |
Index: trunk/extensions/regexBlock/SpecialRegexBlock.php |
— | — | @@ -242,7 +242,7 @@ |
243 | 243 | } |
244 | 244 | } |
245 | 245 | |
246 | | - $wgOut->addHTML('</select> '.wfMsg( 'regexblock-regex-filter' ).' |
| 246 | + $wgOut->addHTML( '</select> ' . wfMsg( 'regexblock-regex-filter' ) . wfMsg( 'word-separator' ) . ' |
247 | 247 | <input type="text" name="rfilter" id="regex_filter" value="'.$this->mRegexFilter.'" /> |
248 | 248 | <input type="submit" value="'.wfMsg( 'regexblock-view-go' ).'"> |
249 | 249 | </form> |