Index: trunk/phase3/includes/specials/SpecialCachedPage.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | if ( $this->cacheExpiry < 1000000000 ) { |
96 | 96 | $message = $this->msg( |
97 | 97 | 'cachedspecial-viewing-cached-ttl', |
98 | | - $this->getLanguage()->duration( $this->cacheExpiry ) |
| 98 | + $this->getLanguage()->formatDuration( $this->cacheExpiry ) |
99 | 99 | )->escaped(); |
100 | 100 | } |
101 | 101 | else { |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -4640,5 +4640,7 @@ |
4641 | 4641 | * $1 is an unknown warning.', |
4642 | 4642 | 'api-error-uploaddisabled' => 'API error message that can be used for client side localisation of API errors.', |
4643 | 4643 | '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.', |
4644 | | - |
| 4644 | +'cachedspecial-viewing-cached-ttl' => 'Message notifying they are watching a cached page. $1 is a duration (ie "1 hour and 30 minutes")', |
| 4645 | +'cachedspecial-viewing-cached-ts' => 'Message notifying they are watching a cached page.', |
| 4646 | +'cachedspecial-refresh-now' => 'Link text pointing to the most recent version of the page.', |
4645 | 4647 | ); |