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

www lon-capa-cvs-allow@mail.lon-capa.org
Tue, 03 Jul 2007 00:12:31 -0000


www		Mon Jul  2 20:12:31 2007 EDT

  Modified files:              
    /loncom/interface	lonbulletin.pm 
  Log:
  Store -> Save
  
  
Index: loncom/interface/lonbulletin.pm
diff -u loncom/interface/lonbulletin.pm:1.43 loncom/interface/lonbulletin.pm:1.44
--- loncom/interface/lonbulletin.pm:1.43	Tue May  1 21:33:48 2007
+++ loncom/interface/lonbulletin.pm	Mon Jul  2 20:12:30 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Bulletin Board Handler
 #
-# $Id: lonbulletin.pm,v 1.43 2007/05/02 01:33:48 albertel Exp $
+# $Id: lonbulletin.pm,v 1.44 2007/07/03 00:12:30 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -278,7 +278,7 @@
                  $r->print(
                 '<br />'.&mt('Topic').'<br /><textarea cols="80" rows="2" name="'.$field.'">'.
 			  &HTML::Entities::encode($syllabus{$field},'&"<>').
-           '</textarea><input type="submit" name="storesyl" value="'.&mt('Store').'" />');
+           '</textarea><input type="submit" name="storesyl" value="'.&mt('Save').'" />');
                 }
             }
 	  }