From a8f68c22a122acd6368e09c396bec4f63101a1a6 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Sun, 18 Mar 2012 16:27:37 +0000 Subject: [PATCH] follow up to r114081: qqq, and to r114082: match rename --- includes/specials/SpecialCachedPage.php | 2 +- languages/messages/MessagesQqq.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialCachedPage.php b/includes/specials/SpecialCachedPage.php index 6a2a21aff0..11d918580b 100644 --- a/includes/specials/SpecialCachedPage.php +++ b/includes/specials/SpecialCachedPage.php @@ -94,7 +94,7 @@ abstract class SpecialCachedPage extends SpecialPage { if ( $this->cacheExpiry < 1000000000 ) { $message = $this->msg( 'cachedspecial-viewing-cached-ttl', - $this->getLanguage()->duration( $this->cacheExpiry ) + $this->getLanguage()->formatDuration( $this->cacheExpiry ) )->escaped(); } else { diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 7b48ddef6e..1debf78e0a 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -4640,5 +4640,7 @@ $4 is the gender of the target user.', * $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.', ); -- 2.20.1