Changeset 85

Show
Ignore:
Timestamp:
04/06/07 10:31:54 (2 years ago)
Author:
ben
Message:

Yet more text editing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contenttoolbar/contenttoolbar_video_wizard.php

    r84 r85  
    2525$metatags .= "<link rel=\"stylesheet\" href=\"" . $CFG->wwwroot . "mod/contenttoolbar/css.css\" type=\"text/css\" media=\"screen\" />"; 
    2626 
    27 $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the 'embed code', paste it in the following form and configure your preferred size:"); 
     27$explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the embed HTML, paste it in the following form and configure your preferred size:"); 
    2828$video_url_label = __gettext("Video URL"); 
    2929$video_size_label = __gettext("Video size"); 
    3030$video_button_label = __gettext("Insert video"); 
    31 $error_msg = __gettext("We couldn't understand this code. Are you sure this is the embed HTML for your video?"); 
     31$error_msg = __gettext("We had trouble understanding this code. Are you sure this is the embed HTML for your video?"); 
    3232 
    3333$run_result = templates_draw(array('context'=>'video_wizard', 
  • contenttoolbar/lib.php

    r83 r85  
    5959 
    6060  $body = "<h2>" . __gettext("Video widget") . "</h2>"; 
    61   $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the 'embed code' and put it in the following form and configure your preferred size:"); 
     61  $explanation = __gettext("To embed videos from popular sites like Google Video and Youtube, obtain the embed HTML, paste it in the following form and configure your preferred size:"); 
    6262  $video_url_label = __gettext("Video URL"); 
    6363  $video_size_label = __gettext("Video size");