From: poltawski Date: Wed, 19 Dec 2007 22:37:45 +0000 (+0000) Subject: MDL-11561 - tweaking language a bit X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cbfa24b856a4421d3e61f2cb0bcc37ecd124e2c2;p=moodle.git MDL-11561 - tweaking language a bit merged from MOODLE_19_STABLE --- diff --git a/lang/en_utf8/chat.php b/lang/en_utf8/chat.php index f71f5890fa..7ef34ced0a 100644 --- a/lang/en_utf8/chat.php +++ b/lang/en_utf8/chat.php @@ -26,7 +26,7 @@ $string['deletesessionsure'] = 'Are you sure you want to delete this session?'; $string['donotusechattime'] = 'Don\'t publish any chat times'; $string['enterchat'] = 'Click here to enter the chat now'; $string['errornousers'] = 'Could not find any users!'; -$string['explaingeneralconfig'] = 'These settings are always into effect'; +$string['explaingeneralconfig'] = 'These settings are always used'; $string['explainmethoddaemon'] = 'These settings matter only if you have selected \"Chat server daemon\" for chat_method'; $string['explainmethodnormal'] = 'These settings matter only if you have selected \"Normal method\" for chat_method'; $string['generalconfig'] = 'General configuration';