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

raeburn raeburn@source.lon-capa.org
Fri, 12 Dec 2008 23:03:04 -0000


raeburn		Fri Dec 12 23:03:04 2008 EDT

  Modified files:              
    /loncom/interface	lonerrorhandler.pm 
  Log:
  - &mt() the title for the submit button so the tool tip text is localized.
  
  
Index: loncom/interface/lonerrorhandler.pm
diff -u loncom/interface/lonerrorhandler.pm:1.20 loncom/interface/lonerrorhandler.pm:1.21
--- loncom/interface/lonerrorhandler.pm:1.20	Fri Nov 21 20:17:11 2008
+++ loncom/interface/lonerrorhandler.pm	Fri Dec 12 23:03:04 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Internal Server Error Handler
 #
-# $Id: lonerrorhandler.pm,v 1.20 2008/11/21 20:17:11 jms Exp $
+# $Id: lonerrorhandler.pm,v 1.21 2008/12/12 23:03:04 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -144,7 +144,7 @@
 <input type="hidden" name="syllabus" value="'.$syllabus.'" />
 <input type="hidden" name="sendinfo" value="1" />
 <p>
-<input type="submit" title="Send Information" value="'.&mt('Send').'" />
+<input type="submit" title="'.&mt('Send Information').'" value="'.&mt('Send').'" />
 </p>
 </form>
 <h1>'.&mt('Thank you for your help!').'</h1>
@@ -184,4 +184,4 @@
 
 None
 
-=cut
\ No newline at end of file
+=cut