From a9ba1423263667a96a5ecfdfd9650cdc221bb0c4 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Wed, 7 Jun 2017 14:53:53 +0100 Subject: [PATCH] MDL-58248 theme_boost: label/span for sidepanel expand button Add string "Side panel" to make the purpose of trigram/hamburger icon at top left clearer, particularly when using screen readers e.g. Jaws/NVDA. Currently it reads out only "expand" --- lang/en/moodle.php | 1 + theme/boost/templates/header.mustache | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index c04f627b68e..0e71df80055 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1718,6 +1718,7 @@ $string['showsettings'] = 'Show settings'; $string['showtheselogs'] = 'Show these logs'; $string['showthishelpinlanguage'] = 'Show this help in language: {$a}'; $string['schedule'] = 'Schedule'; +$string['sidepanel'] = 'Side panel'; $string['signoutofotherservices'] = 'Sign out everywhere'; $string['signoutofotherservices_help'] = 'If ticked, the account will be signed out of all devices and systems which use web services, such as the mobile app.'; $string['since'] = 'Since'; diff --git a/theme/boost/templates/header.mustache b/theme/boost/templates/header.mustache index bf9bf9f82cd..22526dc5b54 100644 --- a/theme/boost/templates/header.mustache +++ b/theme/boost/templates/header.mustache @@ -22,7 +22,7 @@