diff --git a/sites/all/modules/media/media.module b/sites/all/modules/media/media.module index 5e17232..2d958b2 100644 --- a/sites/all/modules/media/media.module +++ b/sites/all/modules/media/media.module @@ -62,7 +62,7 @@ function media_help($path, $arg) { $output .= '
' . t('Using media assets in WYSIWYG') . '
'; $output .= '
' . t('Media module provides rich integration with WYSIWYG editors, using Media Browser plugin you can select media asset from library to add to the rich text editor moreover you can add media asset from the media browser itself using either upload method or add from url method. To configure media with WYSIWYG you need two steps of configuration:'); $output .= '
'; + $output .= '
  • ' . t('Enable the %tags filter on the Input format you are using with the WYSIWYG profile.', array('%tags' => 'Convert Media tags to markup'), array('@input-format' => url('admin/config/content/formats'))) . '
  • '; return $output; } }