Skip to content

Commit

Permalink
filters admin: Re-fix heading.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Jul 15, 2009
1 parent 704ac34 commit 1a6c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

/// Print the page heading.
admin_externalpage_print_header();
print_heading(get_string('managefilters'));
print_heading(get_string('filtersettings', 'admin'));

$activechoices = array(
TEXTFILTER_DISABLED => get_string('disabled', 'filters'),
Expand Down

0 comments on commit 1a6c857

Please sign in to comment.