From db7a326d3cbd5c3ea28121b1a0914133273b2b66 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 20 Aug 2010 01:29:55 +0000 Subject: [PATCH] - Patch #717176 by sun: clarify relationship between order and selected status of text formats. --- modules/filter/filter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 41fbdb4c028..395260e6466 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 = '

' . t('Text formats define the HTML tags, code, and other formatting that can be used when entering text. Improper text format configuration is a security risk. Learn more on the Filter module help page.', array('@filterhelp' => url('admin/help/filter'))) . '

'; - $output .= '

' . t('Text formats are presented on content editing pages in the order defined on this page.') . '

'; + $output .= '

' . 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.') . '

'; return $output; case 'admin/config/content/formats/%':