http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54678

Revision: 54678
Author:   siebrand
Date:     2009-08-09 18:59:00 +0000 (Sun, 09 Aug 2009)

Log Message:
-----------
* remove unused message regexblock-view-block-expired'
* remove hard coded trailing space in 'regexblock-regex-filter'

Modified Paths:
--------------
    trunk/extensions/regexBlock/SpecialRegexBlock.php
    trunk/extensions/regexBlock/regexBlock.i18n.php

Modified: trunk/extensions/regexBlock/SpecialRegexBlock.php
===================================================================
--- trunk/extensions/regexBlock/SpecialRegexBlock.php   2009-08-09 18:52:20 UTC 
(rev 54677)
+++ trunk/extensions/regexBlock/SpecialRegexBlock.php   2009-08-09 18:59:00 UTC 
(rev 54678)
@@ -242,7 +242,7 @@
                        }
                }
 
-               $wgOut->addHTML('</select>&nbsp;'.wfMsg( 
'regexblock-regex-filter' ).'
+               $wgOut->addHTML( '</select>&nbsp;' . wfMsg( 
'regexblock-regex-filter' ) . wfMsg( 'word-separator' ) . '
                        <input type="text" name="rfilter" id="regex_filter" 
value="'.$this->mRegexFilter.'" />
                        <input type="submit" value="'.wfMsg( 
'regexblock-view-go' ).'">
                        </form>

Modified: trunk/extensions/regexBlock/regexBlock.i18n.php
===================================================================
--- trunk/extensions/regexBlock/regexBlock.i18n.php     2009-08-09 18:52:20 UTC 
(rev 54677)
+++ trunk/extensions/regexBlock/regexBlock.i18n.php     2009-08-09 18:59:00 UTC 
(rev 54678)
@@ -52,7 +52,7 @@
        'regexblock-unblock-log' => "User name or IP address '''$1''' has been 
unblocked.",
        'regexblock-unblock-error' => 'Error unblocking $1.
 Probably there is no such user.',
-       'regexblock-regex-filter' => ' or regex value: ', // FIXME: bad i18n. 
Static formatting and lego
+       'regexblock-regex-filter' => ' or regex value:', // FIXME: bad i18n. 
Static formatting and lego
        'regexblock-view-blocked' => 'View blocked by:',
        'regexblock-view-all' => 'All',
        'regexblock-view-go' => 'Go',
@@ -62,7 +62,6 @@
        'regexblock-view-reason' => 'reason: $1',
        'regexblock-view-reason-default' => 'generic reason',
        'regexblock-view-block-infinite' => 'permanent block',
-       'regexblock-view-block-expired' => 'EXPIRED on ',
        'regexblock-view-block-by' => 'blocked by:',
        'regexblock-view-block-unblock' => 'unblock',
        'regexblock-view-stats' => 'stats',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to