From 411928890e40110e72df00ef98934ea9b8cf9abc Mon Sep 17 00:00:00 2001 From: danmarsden Date: Thu, 11 Dec 2008 21:34:40 +0000 Subject: [PATCH] fix typo, improve text a bit:MDL-17612 --- lang/en_utf8/scorm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index 721aaba99d..6009235113 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -135,8 +135,8 @@ $string['packagefile'] = 'No package file specified'; $string['passed'] = 'Passed'; $string['php5'] = 'PHP 5 (DOMXML native library)'; $string['popup'] = 'New window'; -$string['popupblocked'] = 'If a new window does not apprear click $a to launch the activity'; -$string['popupblockedlinkname'] = 'here'; +$string['popupblocked'] = 'If a new window does not appear $a'; +$string['popupblockedlinkname'] = 'click here to launch the activity'; $string['popupmenu'] = 'In a drop down menu'; $string['popupopen'] = 'Open package in a new window'; $string['position_error'] = 'The $a->tag tag can\'t be child of $a->parent tag'; -- 2.39.5