]> git.mjollnir.org Git - moodle.git/commitdiff
Added explanation to block_rss_client_timeout. MDL-9292. Credit goes to Mike! B-)
authorstronk7 <stronk7>
Tue, 31 Jul 2007 19:19:41 +0000 (19:19 +0000)
committerstronk7 <stronk7>
Tue, 31 Jul 2007 19:19:41 +0000 (19:19 +0000)
lang/en_utf8/block_rss_client.php

index 5f37679d782b2fc5def74781385fba8531c8f1ba..b72ddb8b512fd909408ae564703f89db03dc7614 100644 (file)
@@ -40,7 +40,7 @@ $string['seeallfeeds'] = 'See all feeds';
 $string['sharedfeed'] = 'Shared feed';
 $string['shownumentrieslabel'] = 'Max number entries to show per block.';
 $string['submitters'] = 'Who will be allowed to define new rss feeds? Defined feeds are available for any page on your site.';
-$string['timeout'] = 'blockrsstimeout';
+$string['timeout'] = 'Time in minutes before an RSS feed expires in cache. Note that this time defines the minimum time before expiry; the feed will be refreshed in cache on the next cron execution after expiry. Recommended values are 30 mins or greater.';
 $string['timeoutdesc'] = 'Time in minutes for an RSS feed to live in cache.';
 $string['updatefeed'] = 'Update a news feed URL:';
 $string['validatefeed'] = 'Validate feed';