From cbfa24b856a4421d3e61f2cb0bcc37ecd124e2c2 Mon Sep 17 00:00:00 2001 From: poltawski Date: Wed, 19 Dec 2007 22:37:45 +0000 Subject: [PATCH] MDL-11561 - tweaking language a bit merged from MOODLE_19_STABLE --- lang/en_utf8/chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5