--- loncom/interface/lonmsgdisplay.pm 2008/11/25 21:59:24 1.98
+++ loncom/interface/lonmsgdisplay.pm 2008/12/05 19:38:32 1.100
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging display
#
-# $Id: lonmsgdisplay.pm,v 1.98 2008/11/25 21:59:24 schafran Exp $
+# $Id: lonmsgdisplay.pm,v 1.100 2008/12/05 19:38:32 schafran Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -243,9 +243,9 @@ function folder_choice(targetform,caller
| | | |
|
@@ -353,7 +353,7 @@ sub makefolder {
}
} else {
$outcome =
- &mt('Error - could not obtain lock on email folders record.');
+ &mt('Error - could not obtain lock on e-mail folders record.');
}
return ($outcome,$warning);
}
@@ -718,13 +718,13 @@ sub groupmail_header {
{href=>"/adm/email?compose=group&group=".
"$env{'form.group'}&$refarg",
text=>"Send a Message in a Group",
- title=>"Compose Group E-mail"},);
+ title=>"Compose Group Message"},);
if ($action eq 'sending') {
&Apache::lonhtmlcommon::add_breadcrumb
- ({text=>"E-mails being sent.",
+ ({text=>"Messages being sent.",
title=>"E-mails sent"},);
}
- my $groupheader = &Apache::loncommon::start_page('Group Email');
+ my $groupheader = &Apache::loncommon::start_page('Group Message');
$groupheader .= &Apache::lonhtmlcommon::breadcrumbs
('Group - '.$env{'form.group'}.' Email');
return $groupheader;
@@ -738,7 +738,7 @@ sub groupmail_sent {
}
my $output .= '
'.
- &mt('Send another group email').''.' '.
+ &mt('Send another group message').''.' '.
''. &mt('Return to group page').'';
return $output;
@@ -1287,7 +1287,7 @@ sub compout {
$dispcrit=
''.$crithelp.' '.&mt('Require return receipt?').'
'.
'
'.
+&mt('Send copy to permanent e-mail address (if known)').'
'.
'
';
}