From af842c4309decb0b68249c77169889410c889af5 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Mon, 29 Nov 2010 16:03:59 +0000 Subject: [PATCH] MDL-21250 capital letters removal --- mod/chat/lang/en/chat.php | 2 +- mod/choice/lang/en/choice.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/chat/lang/en/chat.php b/mod/chat/lang/en/chat.php index 5265c9edef3..602089fcdb2 100644 --- a/mod/chat/lang/en/chat.php +++ b/mod/chat/lang/en/chat.php @@ -24,7 +24,7 @@ */ $string['ajax'] = 'Version using Ajax'; -$string['autoscroll'] = 'Auto Scroll'; +$string['autoscroll'] = 'Auto scroll'; $string['beep'] = 'beep'; $string['cantlogin'] = 'Could not log in to chat room!!'; $string['configmethod'] = 'The ajax chat method provide an ajax based chat interface, it contacts server regularly for update. The normal chat method involves the clients regularly contacting the server for updates. It requires no configuration and works everywhere, but it can create a large load on the server with many chatters. Using a server daemon requires shell access to Unix, but it results in a fast scalable chat environment.'; diff --git a/mod/choice/lang/en/choice.php b/mod/choice/lang/en/choice.php index 8c36bd571dc..209adc62188 100644 --- a/mod/choice/lang/en/choice.php +++ b/mod/choice/lang/en/choice.php @@ -28,7 +28,7 @@ $string['allowupdate'] = 'Allow choice to be updated'; $string['answered'] = 'Answered'; $string['completionsubmit'] = 'Show as complete when user makes a choice'; $string['displayhorizontal'] = 'Display horizontally'; -$string['displaymode'] = 'Display Mode'; +$string['displaymode'] = 'Display mode'; $string['displayvertical'] = 'Display vertically'; $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available'; $string['fillinatleastoneoption'] = 'You need to provide at least two possible answers.';