From: danmarsden Date: Thu, 11 Dec 2008 21:36:55 +0000 (+0000) Subject: missed a comma:MDL-17612 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=07ee03ce04bf8b8b04b894779189f2910c11105d;p=moodle.git missed a comma:MDL-17612 --- 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';