From c335a52c9474d78f4b7c537460c11f4f424f92e6 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 12 Feb 2005 18:54:56 +0000 Subject: [PATCH] Added two strings to allow backups of MIM in site backups. --- lang/en/message.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/message.php b/lang/en/message.php index bfd7346994344..dd2b46aae4fdf 100644 --- a/lang/en/message.php +++ b/lang/en/message.php @@ -5,6 +5,7 @@ $string['allmine'] = 'All messages to me or from me'; $string['allstudents'] = 'All messages between students in course'; $string['allusers'] = 'All messages from all users'; +$string['backupmessageshelp'] = 'If enabled, then instant messages will be included in SITE automated backups'; $string['beepnewmessage'] = 'Beep when a new message comes in'; $string['blockcontact'] = 'Block contact'; $string['blockedmessages'] = '$a message(s) to/from blocked users';