From e0940828324e5bafed6295ecd8b0a642903a94a1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 2 May 2008 15:15:32 +0000 Subject: - Patch #240988 by David_Rothstein: fixed left-over documentation after the HTML escaping became a filter of its own. --- modules/filter/filter.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 10a99a644..a3b4d17f5 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -32,7 +32,7 @@ function filter_help($path, $arg) { case 'admin/settings/filters/%': return '

' . t('Every filter performs one particular change on the user input, for example stripping out malicious HTML or making URLs clickable. Choose which filters you want to apply to text in this input format. If you notice some filters are causing conflicts in the output, you can rearrange them.', array('@rearrange' => url('admin/settings/filters/' . $arg[3] . '/order'))) . '

'; case 'admin/settings/filters/%/configure': - return '

' . t('If you cannot find the settings for a certain filter, make sure you have enabled it on the view tab first.', array('@url' => url('admin/settings/filters/' . $arg[3]))) . '

'; + return '

' . t('If you cannot find the settings for a certain filter, make sure you have enabled it on the edit tab first.', array('@url' => url('admin/settings/filters/' . $arg[3]))) . '

'; case 'admin/settings/filters/%/order': $output = '

' . t('Because of the flexible filtering system, you might encounter a situation where one filter prevents another from doing its job. For example: a word in an URL gets converted into a glossary term, before the URL can be converted to a clickable link. When this happens, rearrange the order of the filters.') . '

'; $output .= '

' . t("Filters are executed from top-to-bottom. To change the order of the filters, modify the values in the Weight column or grab a drag-and-drop handle under the Name column and drag filters to new locations in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save configuration button at the bottom of the page.") . '

'; @@ -672,7 +672,7 @@ function _filter_html_settings($format) { '#default_value' => variable_get("allowed_html_$format", '
    1. '), '#size' => 64, '#maxlength' => 255, - '#description' => t('If "Strip disallowed tags" is selected, optionally specify tags which should not be stripped. JavaScript event attributes are always stripped.'), + '#description' => t('Specify a list of tags which should not be stripped. (Note that JavaScript event attributes are always stripped.)'), ); $form['filter_html']["filter_html_help_$format"] = array( '#type' => 'checkbox', -- cgit v1.2.3