From: nfreear Date: Mon, 19 Nov 2007 17:21:28 +0000 (+0000) Subject: Fixes for bug MDL-12256, "Course AJAX has very poor accessibility - ALT text". X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f7a5b3ad3afcd0705728673da8238c732e317527;p=moodle.git Fixes for bug MDL-12256, "Course AJAX has very poor accessibility - ALT text". --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index c439f607fe..d2e7a640f4 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -749,6 +749,7 @@ $string['hiddensectionsinvisible'] = 'Hidden sections are completely invisible'; $string['hide'] = 'Hide'; $string['hideadvancedsettings'] = 'Hide advanced settings'; $string['hidepicture'] = 'Hide picture'; +$string['hidesection'] = 'Hide section $a'; $string['hidesettings'] = 'Hide settings'; $string['hits'] = 'Hits'; $string['hitsoncourse'] = 'Hits on $a->coursename by $a->username'; @@ -951,6 +952,7 @@ $string['movefull'] = 'Move $a to this location'; $string['movehere'] = 'Move to here'; $string['moveleft'] = 'Move left'; $string['moveright'] = 'Move right'; +$string['movesection'] = 'Move section $a'; $string['moveselectedcoursesto'] = 'Move selected courses to...'; $string['movetoanotherfolder'] = 'Move to another folder'; $string['moveup'] = 'Move up';