Skip to content

Commit

Permalink
MDL-21695 Replaced localfiltersettings.html
Browse files Browse the repository at this point in the history
AMOS BEGIN
 HLP localfiltersettings.html,[filtersettings_help,core_filters]
AMOS END
  • Loading branch information
mudrd8mz committed Jun 28, 2010
1 parent ed8eb15 commit 8e0b6fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion filter/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}

/// Print heading.
echo $OUTPUT->heading_with_help($title, 'localfiltersettings', 'filters');
echo $OUTPUT->heading_with_help($title, 'filtersettings', 'filters');

if (empty($availablefilters)) {
echo '<p class="centerpara">' . get_string('nofiltersenabled', 'filters') . "</p>\n";
Expand Down
7 changes: 4 additions & 3 deletions lang/en/filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
$string['doesnotcontain'] = 'doesn\'t contain';
$string['endswith'] = 'ends with';
$string['filterallwarning'] = 'Applying filters to headings as well as content can greatly increase the load on your server. Please use that \'Apply to\' settings sparingly. The main use is with the multilang filter.';
$string['filtersettingsforin'] = 'Filter settings for {$a->filter} in {$a->context}';
$string['filtersettingsin'] = 'Filter settings in {$a}';
$string['filtersettingsin_help'] = 'This page lets you turn filters on or off in a particular part of the site.
$string['filtersettings'] = 'Filter settings';
$string['filtersettings_help'] = 'This page lets you turn filters on or off in a particular part of the site.
Some filters may also let you set local settings, in which case there will be a settings link next to their name.';
$string['filtersettingsforin'] = 'Filter settings for {$a->filter} in {$a->context}';
$string['filtersettingsin'] = 'Filter settings in {$a}';
$string['firstaccess'] = 'First access';
$string['globalrolelabel'] = '{$a->label} is {$a->value}';
$string['includenever'] = 'Never included';
Expand Down
8 changes: 0 additions & 8 deletions lang/en/help/localfiltersettings.html

This file was deleted.

0 comments on commit 8e0b6fb

Please sign in to comment.