diff --git a/modules/media_internet/media_internet.pages.inc b/modules/media_internet/media_internet.pages.inc index 736e2cf..2ec2307 100644 --- a/modules/media_internet/media_internet.pages.inc +++ b/modules/media_internet/media_internet.pages.inc @@ -13,8 +13,8 @@ function media_internet_add($form, &$form_state = array(), $types = NULL) { $form['embed_code'] = array( '#type' => 'textfield', - '#title' => t('Enter a URL to an image'), - '#description' => t('Enter a URL to an image on the web.'), + '#title' => t('File URL'), + '#description' => t('Enter a URL to a file.'), '#attributes' => array('class' => array('media-add-from-url')), // There is no standard specifying a maximum length for a URL. Internet // Explorer supports up to 2083 (http://support.microsoft.com/kb/208427) @@ -39,8 +39,8 @@ function media_internet_add($form, &$form_state = array(), $types = NULL) { // Notify the user of any available providers. if ($providers) { // If any providers are enabled it is assumed that some kind of embed is supported. - $form['embed_code']['#title'] = t('Enter an image URL or an embed code'); - $form['embed_code']['#description'] = t('Enter a URL or the embed code from a media provider.'); + $form['embed_code']['#title'] = t('File URL or media resource'); + $form['embed_code']['#description'] = t('Enter a URL to a file or media resource. Many media providers also support identifying media via the embed code used to embed the media into external websites.'); // Providers are displayed in an unordered list below the embed input. // Providers can easily style their own listing by targeting the unique