MDL-37987 bugfix: swapped column headings in the category management table
authorMarina Glancy <marina@moodle.com>
Mon, 18 Feb 2013 02:24:06 +0000 (13:24 +1100)
committerMarina Glancy <marina@moodle.com>
Mon, 18 Feb 2013 02:24:06 +0000 (13:24 +1100)
course/manage.php

index 26827a7..177e922 100644 (file)
@@ -339,8 +339,8 @@ if (!isset($category)) {
     $table->head = array(
         get_string('categories'),
         get_string('courses'),
-        get_string('movecategoryto'),
         get_string('edit'),
+        get_string('movecategoryto'),
     );
     $table->colclasses = array(
         'leftalign name',