Skip to content

Commit

Permalink
MDL-11543 Replacing "Site" with "Top" in the list of available parent…
Browse files Browse the repository at this point in the history
… categories
  • Loading branch information
nicolasconnault committed Oct 10, 2007
1 parent 04e60f0 commit cd405db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/editcategory_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function definition() {

// get list of categories to use as parents, with site as the first one
$categories = get_categories();
$options = array(get_string('site'));
$options = array(get_string('top'));
foreach ($categories as $catid => $cat) {
$options[$catid] = $cat->name;
}
Expand Down

0 comments on commit cd405db

Please sign in to comment.