MDL-64170 block_myoverview: Extend fix to aria label
authorDavid Monllao <davidm@moodle.com>
Mon, 26 Nov 2018 04:44:00 +0000 (05:44 +0100)
committerDavid Monllao <davidm@moodle.com>
Mon, 26 Nov 2018 04:44:00 +0000 (05:44 +0100)
blocks/myoverview/lang/en/block_myoverview.php

index e4aeb9f..75c38d3 100644 (file)
@@ -38,7 +38,7 @@ $string['aria:groupingdropdown'] = 'Grouping dropdown';
 $string['aria:inprogress'] = 'Show in courses in progress';
 $string['aria:lastaccessed'] = 'Sort courses by last accessed date';
 $string['aria:list'] = 'Switch to list view';
-$string['aria:title'] = 'Sort courses by title';
+$string['aria:title'] = 'Sort courses by course name';
 $string['aria:past'] = 'Show past courses';
 $string['aria:removefromfavourites'] = 'Remove star for';
 $string['aria:summary'] = 'Switch to summary view';