From 2a921ee985f8040991e7c1282c333c50c6179b74 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 1 Mar 2011 12:11:31 +0100 Subject: [PATCH] MDL-26047 fix string letter case and whitespace --- theme/nimble/lang/en/theme_nimble.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/theme/nimble/lang/en/theme_nimble.php b/theme/nimble/lang/en/theme_nimble.php index 643a084a882..ce9e34f9e93 100644 --- a/theme/nimble/lang/en/theme_nimble.php +++ b/theme/nimble/lang/en/theme_nimble.php @@ -29,28 +29,28 @@ $string['region-side-pre'] = 'Left'; $string['choosereadme'] = '
- +

Nimble

- +

Theme Discussion Forum:

http://moodle.org/mod/forum/view.php?id=46

- +

Theme Credits

http://docs.moodle.org/en/Theme_credits

- +

Theme Documentation:

http://docs.moodle.org/en/Themes

Report a bug:

http://tracker.moodle.org

- +

About

Nimble is a two-column, fluid-width theme coded for Moodle 2.0. It makes use of custom menus that appear above the site title on every page. It also includes a basic settings page allowing you to change link color, add a tagline next the site name on the front page, and add text to the footer.

- +

Parents

This theme is built upon both Base and Canvas, two parent themes included in the Moodle core. If you wish to modify aspects of this theme beyond the settings offered, we advise creating a new theme using this theme, Base and Canvas all as parents so updates to any of those themes in the core will find their way into your new theme.

- +

Credits

This design was created for Moodle by Patrick Malley (patrick@newschoollearning.com) with help from John Stabinger (john@newschoollearning.com).

License

@@ -61,15 +61,15 @@ $string['choosereadme'] = ' $string['tagline'] = 'Tagline'; $string['taglinedesc'] = 'Set a tagline to appear under the site name on the front page.'; -$string['footerline'] = 'footerline'; +$string['footerline'] = 'Footerline'; $string['footerlinedesc'] = 'Add some text (copyright info, etc.) to the footer.'; -$string['backgroundcolor'] = 'Header Background'; +$string['backgroundcolor'] = 'Header background'; $string['backgroundcolordesc'] = 'Change the background color of the header.'; -$string['linkcolor'] = 'Link Color'; +$string['linkcolor'] = 'Link color'; $string['linkcolordesc'] = 'Set the color of links in the theme, use html hex code.'; -$string['linkhover'] = 'Menu Hover Color'; +$string['linkhover'] = 'Menu hover color'; $string['linkhoverdesc'] = 'Set the color of the menu on hover in the theme, use html hex code.'; -- 2.11.4.GIT