diff --git a/media.module b/media.module index 3a12109..f8dcb4f 100644 --- a/media.module +++ b/media.module @@ -67,7 +67,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 Convert Media tags to markup filter on the Input format you are using with the WYSIWYG profile.', array('@input-format' => url('admin/config/content/formats'))) . '
  • '; return $output; } }