Index: modules/filter/filter.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/filter/filter.module,v
retrieving revision 1.309
diff -u -p -r1.309 filter.module
--- modules/filter/filter.module	8 Dec 2009 06:58:41 -0000	1.309
+++ modules/filter/filter.module	10 Dec 2009 05:31:31 -0000
@@ -26,8 +26,8 @@ function filter_help($path, $arg) {
       $output .= '</dl>';
       return $output;
     case 'admin/config/content/formats':
-      $output = '<p>' . t("Control which HTML tags and other formatting can be used for text input. Don't allow too much formatting for untrusted users. This can be a serious security risk.") . '</p>';
-      $output .= '<p>' . t('Text formats are presented in the order you arrange them below. Configure a text format to change its behavior.') . '</p>';
+      $output = '<p>' . t('Control which HTML tags and other formatting can be used for text input. Allowing too many tags for untrusted users can be a serious security risk.') . '</p>';
+      $output .= '<p>' . t('Text formats are presented in the order you arrange them below.') . '</p>';
       return $output;
     case 'admin/config/content/formats/%':
       return '<p>' . t('Every <em>filter</em> 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 format. If you notice some filters are causing conflicts in the output, you can <a href="@rearrange">rearrange them</a>.', array('@rearrange' => url('admin/config/content/formats/' . $arg[4] . '/order'))) . '</p>';
