[LON-CAPA-cvs] cvs: loncom /interface lonmsgdisplay.pm

raeburn raeburn at source.lon-capa.org
Thu Aug 29 22:21:30 EDT 2013


raeburn		Fri Aug 30 02:21:30 2013 EDT

  Modified files:              
    /loncom/interface	lonmsgdisplay.pm 
  Log:
  - Fix typo in rev. 1.165
  
  
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.165 loncom/interface/lonmsgdisplay.pm:1.166
--- loncom/interface/lonmsgdisplay.pm:1.165	Mon Jul 22 18:06:51 2013
+++ loncom/interface/lonmsgdisplay.pm	Fri Aug 30 02:21:30 2013
@@ -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 @@
         $r->print(&additional_rec_row(\%lt));
         $r->print('<tr><td colspan="2">'.
                   &mt('Unless you choose otherwise:').'<ul><li>'.
-        &mt("The subject in each forwarded message will be [_2]'Forwarding:'[_2] followed by the original subject.",'<i>','</i>').'</li><li>'.
+        &mt("The subject in each forwarded message will be [_1]'Forwarding:'[_2] followed by the original subject.",'<i>','</i>').'</li><li>'.
         &mt("The message itself will begin with a first line: [_1]'Forwarded message from'[_2] followed by the original sender's name.",'<i>','</i>').'</li></ul></td></tr>');
         $func1='Forward'; # do not translate here!
         $dissub = &mt('Forwarding').': ';




More information about the LON-CAPA-cvs mailing list