--- loncom/interface/lonmsgdisplay.pm 2013/07/22 18:06:51 1.165
+++ loncom/interface/lonmsgdisplay.pm 2013/08/30 02:21:30 1.166
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging display
#
-# $Id: lonmsgdisplay.pm,v 1.165 2013/07/22 18:06:51 bisitz Exp $
+# $Id: lonmsgdisplay.pm,v 1.166 2013/08/30 02:21:30 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1665,7 +1665,7 @@ ENDREPSCRIPT
$r->print(&additional_rec_row(\%lt));
$r->print('
'.
&mt('Unless you choose otherwise:').'- '.
- &mt("The subject in each forwarded message will be [_2]'Forwarding:'[_2] followed by the original subject.",'','').'
- '.
+ &mt("The subject in each forwarded message will be [_1]'Forwarding:'[_2] followed by the original subject.",'','').'
- '.
&mt("The message itself will begin with a first line: [_1]'Forwarded message from'[_2] followed by the original sender's name.",'','').'
|
');
$func1='Forward'; # do not translate here!
$dissub = &mt('Forwarding').': ';