From 7ff7f5ad27408aaaebc8d42cf2859b863378d126 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Tue, 25 Mar 2014 16:47:54 +0800 Subject: [PATCH] MDL-44741 theme_more: Updated description of the theme --- theme/more/lang/en/theme_more.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/more/lang/en/theme_more.php b/theme/more/lang/en/theme_more.php index 56ee58cc8c2..53883f7a82a 100644 --- a/theme/more/lang/en/theme_more.php +++ b/theme/more/lang/en/theme_more.php @@ -45,7 +45,8 @@ $string['backgroundrepeatrepeatx'] = 'Repeat horizontally'; $string['backgroundrepeatrepeaty'] = 'Repeat vertically'; $string['bodybackground'] = 'Background colour'; $string['bodybackground_desc'] = 'The main colour to use for the background.'; -$string['choosereadme'] = 'More is a theme that allows you to easily customize Moodle\'s look and feel.'; +$string['choosereadme'] = '

More is a theme that allows you to easily customise Moodle\'s look and feel directly from the web interface.

+

Visit the admin settings to change colours, add an image as a background, add your logo and more.

'; $string['configtitle'] = 'More'; $string['contentbackground'] = 'Main content background colour';