From 07ee03ce04bf8b8b04b894779189f2910c11105d Mon Sep 17 00:00:00 2001 From: danmarsden Date: Thu, 11 Dec 2008 21:36:55 +0000 Subject: [PATCH] missed a comma:MDL-17612 --- lang/en_utf8/scorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index 6009235113..3f40530ac6 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -135,7 +135,7 @@ $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 appear $a'; +$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'; -- 2.39.5