From 102f3a178a5c76e42fa0c716aeb1605428f52612 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Tue, 28 Nov 2006 10:41:16 +0100 Subject: [PATCH] [svn r10227] static texts are now into language variables --- main/upload/upload_ppt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/upload/upload_ppt.php b/main/upload/upload_ppt.php index fdf61f6327..3d36f41a25 100644 --- a/main/upload/upload_ppt.php +++ b/main/upload/upload_ppt.php @@ -52,7 +52,7 @@ if(!$is_allowed_to_edit){ 1. Browse your hard disk to find any .ppt or .odp file
2. Upload it to Oogie. It will tranform it into a Scorm learning path.
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);