From f7a5b3ad3afcd0705728673da8238c732e317527 Mon Sep 17 00:00:00 2001 From: nfreear Date: Mon, 19 Nov 2007 17:21:28 +0000 Subject: [PATCH] Fixes for bug MDL-12256, "Course AJAX has very poor accessibility - ALT text". --- lang/en_utf8/moodle.php | 2 ++ 1 file changed, 2 insertions(+) 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'; -- 2.39.5