From e3b977ac837b7d318802cd688d578c77614272d1 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Thu, 17 Nov 2011 13:51:30 +0000 Subject: [PATCH] MDL-30319 changed lang $string Light to Light/Blue in theme_mymobile --- theme/mymobile/lang/en/theme_mymobile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/mymobile/lang/en/theme_mymobile.php b/theme/mymobile/lang/en/theme_mymobile.php index 9b3d0cd85af..77465efa00b 100644 --- a/theme/mymobile/lang/en/theme_mymobile.php +++ b/theme/mymobile/lang/en/theme_mymobile.php @@ -27,7 +27,7 @@ $string['choosereadme'] = '
< $string['colourswatch'] = 'Mobile theme color swatch'; $string['colourswatch_desc'] = 'Toggle the color swatch of the theme between grey and light/blue.'; $string['grey'] = 'Grey'; -$string['light'] = 'Light'; +$string['light'] = 'Light/Blue'; $string['mtoggle'] = 'Toggle 2nd Column'; $string['no'] = 'No'; $string['pluginname'] = 'MyMobile'; -- 2.43.0