From d7ffd685d2198c10c01fb71944389a36c61bb9f3 Mon Sep 17 00:00:00 2001 From: bobopinna Date: Sun, 27 May 2007 17:13:16 +0000 Subject: [PATCH] added a new string for exit activity instead using the old one --- lang/en_utf8/scorm.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index 0895b2ff3d5..d49aa813fe3 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -34,7 +34,8 @@ $string['enter'] = 'Enter'; $string['errorlogs'] = 'Errors log'; $string['everyday']= 'Every day'; $string['everytime']= 'Every time it\'s used'; -$string['exit'] = 'Exit activity'; +$string['exit'] = 'Exit course'; +$string['exitactivity'] = 'Exit activity'; $string['expcoll'] = 'Expand/Collide'; $string['external']= 'Update external packages timing'; $string['failed'] = 'Failed';