Skip to content

Commit

Permalink
MDL-36324 cache: Fixed incorrect get_string component
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Nov 9, 2012
1 parent 6109f21 commit f1d29cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
$notification = get_string('invalidstore');
} else if ($stores[$store]['mappings'] > 0) {
$notifysuccess = false;
$notification = get_string('deletestorehasmappings');
$notification = get_string('deletestorehasmappings', 'cache');
}

if ($notifysuccess) {
Expand Down

0 comments on commit f1d29cf

Please sign in to comment.