MDL-38252 - course: fix typo
authorDan Poltawski <dan@moodle.com>
Thu, 28 Feb 2013 03:04:30 +0000 (11:04 +0800)
committerDan Poltawski <dan@moodle.com>
Thu, 28 Feb 2013 03:04:30 +0000 (11:04 +0800)
course/manage.php

index 26827a7..0e95f14 100644 (file)
@@ -120,7 +120,7 @@ if (!empty($deletecat) and confirm_sesskey()) {
                 echo $OUTPUT->notification(get_string('coursedeleted', '', $course->shortname), 'notifysuccess');
             }
             $cattodeletename = format_string($cattodelete->name, true, array('context' => $context));
-            echo $OUTPUT->notification(get_string('coursecategorydeleted', '', $catetodeletename), 'notifysuccess');
+            echo $OUTPUT->notification(get_string('coursecategorydeleted', '', $cattodeletename), 'notifysuccess');
 
         } else {
             category_delete_move($cattodelete, $data->newparent, true);