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

Revision: 114101
Author:   jeroendedauw
Date:     2012-03-18 16:27:37 +0000 (Sun, 18 Mar 2012)
Log Message:
-----------
follow up to r114081: qqq, and to r114082: match rename

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialCachedPage.php
    trunk/phase3/languages/messages/MessagesQqq.php

Modified: trunk/phase3/includes/specials/SpecialCachedPage.php
===================================================================
--- trunk/phase3/includes/specials/SpecialCachedPage.php        2012-03-18 
16:11:10 UTC (rev 114100)
+++ trunk/phase3/includes/specials/SpecialCachedPage.php        2012-03-18 
16:27:37 UTC (rev 114101)
@@ -94,7 +94,7 @@
                if ( $this->cacheExpiry < 1000000000 ) {
                        $message = $this->msg(
                                'cachedspecial-viewing-cached-ttl',
-                               $this->getLanguage()->duration( 
$this->cacheExpiry )
+                               $this->getLanguage()->formatDuration( 
$this->cacheExpiry )
                        )->escaped();
                }
                else {

Modified: trunk/phase3/languages/messages/MessagesQqq.php
===================================================================
--- trunk/phase3/languages/messages/MessagesQqq.php     2012-03-18 16:11:10 UTC 
(rev 114100)
+++ trunk/phase3/languages/messages/MessagesQqq.php     2012-03-18 16:27:37 UTC 
(rev 114101)
@@ -4640,5 +4640,7 @@
 * $1 is an unknown warning.',
 'api-error-uploaddisabled'                => 'API error message that can be 
used for client side localisation of API errors.',
 'api-error-verification-error'            => 'The word "extension" refers to 
the part behind the last dot in a file name, that by convention gives a hint 
about the kind of data format which a files contents are in.',
-
+'cachedspecial-viewing-cached-ttl' => 'Message notifying they are watching a 
cached page. $1 is a duration (ie "1 hour and 30 minutes")',
+'cachedspecial-viewing-cached-ts' => 'Message notifying they are watching a 
cached page.',
+'cachedspecial-refresh-now' => 'Link text pointing to the most recent version 
of the page.',
 );


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

Reply via email to