Fixing a string

This commit is contained in:
Martin Dougiamas 2010-11-19 06:46:19 +00:00
parent c05ccf3fa7
commit e3c21e8c13

View file

@ -637,7 +637,7 @@ $string['langpackremoved'] = 'Language pack was uninstalled';
$string['langpacks'] = 'Language packs'; $string['langpacks'] = 'Language packs';
$string['langpackupdated'] = 'Language pack {$a} was successfully updated'; $string['langpackupdated'] = 'Language pack {$a} was successfully updated';
$string['langpackupdateskipped'] = 'Update of {$a} language pack skipped'; $string['langpackupdateskipped'] = 'Update of {$a} language pack skipped';
$string['langpackwillbeupdated'] = 'During the upgrade, Moodle will try to update currently chosen language pack.'; $string['langpackwillbeupdated'] = 'NOTE: Moodle will try to download updates for your language packs during the upgrade.';
$string['langrmyourself'] = 'To prevent data loss, lang.php is not able to overwrite existing file with empty content. Please, remove the file manually in order to get rid of it.'; $string['langrmyourself'] = 'To prevent data loss, lang.php is not able to overwrite existing file with empty content. Please, remove the file manually in order to get rid of it.';
$string['langstringcache'] = 'Cache all language strings'; $string['langstringcache'] = 'Cache all language strings';
$string['languagesettings'] = 'Language settings'; $string['languagesettings'] = 'Language settings';