From: moodler <moodler> Date: Tue, 9 Sep 2008 04:14:06 +0000 (+0000) Subject: Updated a config string to make it more explanatory X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7c54b713e6e78d427a5df814d5cf1916db4d84c0;p=moodle.git Updated a config string to make it more explanatory --- diff --git a/lang/en_utf8/repository.php b/lang/en_utf8/repository.php index 231f9b9fed..d95fa366e6 100644 --- a/lang/en_utf8/repository.php +++ b/lang/en_utf8/repository.php @@ -17,7 +17,7 @@ $string['cachecleared'] = 'Cached files are removed'; $string['close'] = 'Close'; $string['cleancache'] = 'Clean my cache files'; $string['copying'] = 'Copying'; -$string['configcacheexpire'] = 'Configurate the cache expired time (in minutes).'; +$string['configcacheexpire'] = 'The amount of time that file listings are cached locally (in seconds) when browsing external repositories.'; $string['configsaved'] = 'Configuration saved!'; $string['confirmdelete'] = 'Are you sure you want to delete this repository - $a?'; $string['confirmremove'] = 'Are you sure you want to remove this repository plugin, its options and <strong style=color:red>all of its instances</strong> - $a?';