From 080eed3f12ed89fb9f7dafc8af1badfccc7cfc47 Mon Sep 17 00:00:00 2001 From: danmarsden Date: Thu, 11 Dec 2008 21:35:56 +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 d15f71e62fd..babede6cb51 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -112,8 +112,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 windows 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';