diff --git a/media.module b/media.module index 23eb936..075ff78 100644 --- a/media.module +++ b/media.module @@ -63,11 +63,11 @@ function media_help($path, $arg) { $output .= '
' . t('Media Repository') . '
'; $output .= '
' . t('Media module allows you to maintain a media asset repository where in you can add, remove, reuse your media assets. You can add the media file using upload form or from a url and also do bulk operations on the media assets.', array('@mediarepo' => url('admin/content/media'))) . '
'; $output .= '
' . t('Attaching media assets to content types') . '
'; - $output .= '
' . t('Media assets can be attached to content types as fields. To add a media field to a content type, go to the content type\'s manage fields page, and add a new field of type Multimedia Asset.', array('@content-type' => url('admin/structure/types'))) . '
'; + $output .= '
' . t('Media assets can be attached to content types as fields. To add a media field to a content type, go to the content type\'s %managefield page, and add a new field of type %Multimedia .', array('@content-type' => url('admin/structure/types'), '@managefield' => 'manage fields', @Multimedia => 'Multimedia Asset')) . '
'; $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', '@input-format' => url('admin/config/content/formats'))) . '
  • '; return $output; case 'admin/config/media/file-types/manage/%/display/media_preview': case 'admin/config/media/file-types/manage/%/file-display/media_preview':