Skip to content

Commit

Permalink
MDL-37987 bugfix: swapped column headings in the category management …
Browse files Browse the repository at this point in the history
…table
  • Loading branch information
marinaglancy committed Feb 18, 2013
1 parent 1dd6835 commit 7d579b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/manage.php
Expand Up @@ -339,8 +339,8 @@
$table->head = array(
get_string('categories'),
get_string('courses'),
get_string('movecategoryto'),
get_string('edit'),
get_string('movecategoryto'),
);
$table->colclasses = array(
'leftalign name',
Expand Down

0 comments on commit 7d579b1

Please sign in to comment.