--- loncom/interface/londocs.pm 2003/11/07 23:22:21 1.95 +++ loncom/interface/londocs.pm 2003/12/09 19:48:51 1.96 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.95 2003/11/07 23:22:21 www Exp $ +# $Id: londocs.pm,v 1.96 2003/12/09 19:48:51 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -987,7 +987,10 @@ ENDNEWSCRIPT 'sipr' => 'Simple Problem', 'scuf' => 'Score Upload Form', 'bull' => 'Bulletin Board', - 'mypi' => 'My Personal Info' + 'mypi' => 'My Personal Info', + 'file' => 'File', + 'title' => 'Title', + 'comment' => 'Comment' ); # ----------------------------------------------------------------------------- if ($allowed) { @@ -1017,7 +1020,7 @@ $dumpbut ENDCOURSEVERIFY $r->print(&Apache::loncommon::help_open_topic('Docs_Adding_Course_Doc', - 'Editing the Table of Contents for your Course')); + &mt('Editing the Table of Contents for your Course'))); } # --------------------------------------------------------- Standard documents $r->print(''); @@ -1046,11 +1049,11 @@ ENDCOURSEVERIFY
$lt{'spec'}
-File:
+$lt{'file'}:

-Title:
+$lt{'title'}:
@@ -1196,7 +1199,7 @@ ENDFORM
-
Comment:
+
$lt{'comment'}: