MDL-64170 block_myoverview: Extend fix to aria label

This commit is contained in:
David Monllao 2018-11-26 05:44:00 +01:00
parent 5cd2cd385c
commit 9f61908ccd

View file

@ -38,7 +38,7 @@ $string['aria:groupingdropdown'] = 'Grouping dropdown';
$string['aria:inprogress'] = 'Show in courses in progress'; $string['aria:inprogress'] = 'Show in courses in progress';
$string['aria:lastaccessed'] = 'Sort courses by last accessed date'; $string['aria:lastaccessed'] = 'Sort courses by last accessed date';
$string['aria:list'] = 'Switch to list view'; $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:past'] = 'Show past courses';
$string['aria:removefromfavourites'] = 'Remove star for'; $string['aria:removefromfavourites'] = 'Remove star for';
$string['aria:summary'] = 'Switch to summary view'; $string['aria:summary'] = 'Switch to summary view';