diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-08-20 01:29:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-08-20 01:29:55 +0000 |
commit | db7a326d3cbd5c3ea28121b1a0914133273b2b66 (patch) | |
tree | 8c7c435d5768d2e77d287acfd1fede0411019788 | |
parent | 4e34e1308223a24ed4e9dbea19c3daa85c8cba48 (diff) | |
download | brdo-db7a326d3cbd5c3ea28121b1a0914133273b2b66.tar.gz brdo-db7a326d3cbd5c3ea28121b1a0914133273b2b66.tar.bz2 |
- Patch #717176 by sun: clarify relationship between order and selected status of text formats.
-rw-r--r-- | modules/filter/filter.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 41fbdb4c0..395260e64 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -30,7 +30,7 @@ function filter_help($path, $arg) { case 'admin/config/content/formats': $output = '<p>' . t('Text formats define the HTML tags, code, and other formatting that can be used when entering text. <strong>Improper text format configuration is a security risk</strong>. Learn more on the <a href="@filterhelp">Filter module help page</a>.', array('@filterhelp' => url('admin/help/filter'))) . '</p>'; - $output .= '<p>' . t('Text formats are presented on content editing pages in the order defined on this page.') . '</p>'; + $output .= '<p>' . t('Text formats are presented on content editing pages in the order defined on this page. The first format available to a user will be selected by default.') . '</p>'; return $output; case 'admin/config/content/formats/%': |