From: Mary Evans Date: Thu, 17 Nov 2011 13:51:30 +0000 (+0000) Subject: MDL-30319 changed lang $string Light to Light/Blue in theme_mymobile X-Git-Tag: v2.2.0-rc1~151^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=e3b977ac837b7d318802cd688d578c77614272d1 MDL-30319 changed lang $string Light to Light/Blue in theme_mymobile --- 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';