MDL-36324 cache: Fixed incorrect get_string component

This commit is contained in:
Sam Hemelryk
2012-11-09 16:58:51 +13:00
parent 6109f2112c
commit f1d29cf516

2
cache/admin.php vendored
View File

@ -103,7 +103,7 @@ if (!empty($action) && confirm_sesskey()) {
$notification = get_string('invalidstore');
} else if ($stores[$store]['mappings'] > 0) {
$notifysuccess = false;
$notification = get_string('deletestorehasmappings');
$notification = get_string('deletestorehasmappings', 'cache');
}
if ($notifysuccess) {