Merge branch 'wip-MDL-36324-m24' of git://github.com/samhemelryk/moodle

This commit is contained in:
Dan Poltawski
2012-11-09 13:43:37 +08:00
+1 -1
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) {