From f1d29cf51695aab8300a8654085ee865b51b3b9f Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Fri, 9 Nov 2012 16:58:51 +1300 Subject: [PATCH] MDL-36324 cache: Fixed incorrect get_string component --- cache/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/admin.php b/cache/admin.php index ce268569273..3cee915217c 100644 --- a/cache/admin.php +++ b/cache/admin.php @@ -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) {