https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114666

Revision: 114666
Author:   raindrift
Date:     2012-04-02 21:37:07 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
fixed a small localization bug, followup to r114589

Modified Paths:
--------------
    trunk/extensions/PageTriage/PageTriage.i18n.php
    
trunk/extensions/PageTriage/modules/ext.pageTriage.views/ext.pageTriage.listControlNav.js

Modified: trunk/extensions/PageTriage/PageTriage.i18n.php
===================================================================
--- trunk/extensions/PageTriage/PageTriage.i18n.php     2012-04-02 21:31:44 UTC 
(rev 114665)
+++ trunk/extensions/PageTriage/PageTriage.i18n.php     2012-04-02 21:37:07 UTC 
(rev 114666)
@@ -33,7 +33,7 @@
        'pagetriage-special-contributions' => 'Special:Contributions',
        'pagetriage-showing' => 'Showing',
        'pagetriage-filter-list-prompt' => 'Filter List',
-       'pagetriage-article-count' => 'There are currently $1 $2 articles',
+       'pagetriage-article-count' => 'There are currently $1 untriaged 
articles',
        'pagetriage-viewing' => 'Viewing',
        'pagetriage-triage' => 'Triage',
        'pagetriage-filter-show-heading' => 'Show Only:',
@@ -77,7 +77,7 @@
        'pagetriage-special-contributions' => 'The name of 
Special:Contributions on this wiki',
        'pagetriage-showing' => 'The label for which filters are being shown',
        'pagetriage-filter-list-prompt' => 'Prompt to choose filters for the 
list view',
-       'pagetriage-article-count' => 'A description of the number of articles 
in the list. $1 is the count, $2 is the type (for example, "untriaged")',
+       'pagetriage-article-count' => 'A description of the number of untriaged 
articles. $1 is the count.',
        'pagetriage-viewing' => 'Label for the sort-order buttons 
(oldest/newest)',
        'pagetriage-filter-show-heading' => 'Prompt for the first set of 
checkboxes in the filter menu',
        'pagetriage-filter-triaged-edits' => 'Checkbox text for triaged 
articles',

Modified: 
trunk/extensions/PageTriage/modules/ext.pageTriage.views/ext.pageTriage.listControlNav.js
===================================================================
--- 
trunk/extensions/PageTriage/modules/ext.pageTriage.views/ext.pageTriage.listControlNav.js
   2012-04-02 21:31:44 UTC (rev 114665)
+++ 
trunk/extensions/PageTriage/modules/ext.pageTriage.views/ext.pageTriage.listControlNav.js
   2012-04-02 21:37:07 UTC (rev 114666)
@@ -32,7 +32,7 @@
 
                        this.eventBus.bind( "renderStats", function( stats ) {
                                // fill in the counter when the stats view gets 
loaded.
-                               $( "#mwe-pt-control-stats" ).html( gM( 
'pagetriage-article-count', stats.get('ptr_untriaged_article_count'), 
'untriaged' ) );
+                               $( "#mwe-pt-control-stats" ).html( gM( 
'pagetriage-article-count', stats.get('ptr_untriaged_article_count') ) );
                        } );
                                                                
                        // hover for the dropdown menu control


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to