Index: trunk/extensions/Translate/tag/SpecialPageTranslation.php |
— | — | @@ -145,7 +145,7 @@ |
146 | 146 | } |
147 | 147 | |
148 | 148 | if ( count($new) ) { |
149 | | - $wgOut->addWikiMsg( 'tpt-new-pages' ); |
| 149 | + $wgOut->addWikiMsg( 'tpt-new-pages', count( $new ) ); |
150 | 150 | $wgOut->addHTML( '<ol>' ); |
151 | 151 | foreach ( $new as $n ) { |
152 | 152 | list( $rev, $title ) = $n; |
Index: trunk/extensions/Translate/PageTranslation.i18n.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | # Page list on the special page |
43 | 43 | 'tpt-list-nopages' => 'No pages are marked for translation nor ready to be marked for translation.', |
44 | 44 | 'tpt-old-pages' => 'Some version of {{PLURAL:$1|this page has|these pages have}} been marked for translation.', |
45 | | - 'tpt-new-pages' => 'These pages contain text with translation tags, but no version of these pages are currently marked for translation.', |
| 45 | + 'tpt-new-pages' => '{{PLURAL:$1|This page contains|These pages contain}} text with translation tags, but no version of {{PLURAL:$1|this page is|these pages are}} currently marked for translation.', |
46 | 46 | 'tpt-rev-latest' => 'latest version', |
47 | 47 | 'tpt-rev-old' => 'version $1', |
48 | 48 | 'tpt-rev-mark-new' => 'mark this version for translation', |