Changeset 84

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

Changing the text once again.

Files:

Legend:

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

    r82 r84  
    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 required conde and put 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 code', 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"); 
    30 $video_button_label = __gettext("Insert Video"); 
    31 $error_msg = __gettext("You must to specify a valid and not empty video string"); 
     30$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?"); 
    3232 
    3333$run_result = templates_draw(array('context'=>'video_wizard',