From 3ec5d7a62b7000e1aa709388adca830e2c54b0a2 Mon Sep 17 00:00:00 2001 From: bobopinna Date: Tue, 7 Mar 2006 10:51:21 +0000 Subject: [PATCH] Fixed a word error (bug 4895) Many thanks to Ray --- 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 781c97d869f..8c3fe3b2276 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -89,7 +89,7 @@ $string['noscriptnoscorm'] = 'Your browser does not support javascript or it has $string['maximumattempts'] = 'Number of attempts'; $string['newattempt'] = 'Start a new attempt'; $string['sided'] = 'On the left side'; -$string['popupmenu'] = 'In a popup menu'; +$string['popupmenu'] = 'In a drop down menu'; $string['hidden'] = 'Hidden'; $string['attempt'] = 'attempt'; $string['attempts'] = 'attempts';