Skip to content
Snippets Groups Projects
Commit db7a326d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #717176 by sun: clarify relationship between order and selected status of text formats.

parent 4e34e130
No related branches found
No related tags found
No related merge requests found
......@@ -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/%':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment