Browse Source

[svn r10227] static texts are now into language variables

Eric Marguin 18 years ago
parent
commit
102f3a178a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/upload/upload_ppt.php

+ 1 - 1
main/upload/upload_ppt.php

@@ -52,7 +52,7 @@ if(!$is_allowed_to_edit){
 
 <?
 
-$message="Welcome to Oogie PowerPoint converter<br>1. Browse your hard disk to find any .ppt or .odp file<br>2. Upload it to Oogie. It will tranform it into a Scorm learning path.<br>3. You will then be allowed to add audio comments on each slide and inserts test between slides for evaluation";
+$message=get_lang("WelcomeOogieConverter");
 
 Display::display_normal_message($message);