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

raeburn raeburn at source.lon-capa.org
Tue Nov 28 12:53:15 EST 2023


raeburn		Tue Nov 28 17:53:15 2023 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Shorter text in link to Authoring_Multilingual_Problems help item.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1423 loncom/interface/loncommon.pm:1.1424
--- loncom/interface/loncommon.pm:1.1423	Mon Nov 27 23:24:05 2023
+++ loncom/interface/loncommon.pm	Tue Nov 28 17:53:15 2023
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1423 2023/11/27 23:24:05 raeburn Exp $
+# $Id: loncommon.pm,v 1.1424 2023/11/28 17:53:15 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1372,7 +1372,7 @@
         $out .= '<span>'
                .&help_open_topic('Authoring_Output_Tags',&mt('Output Tags'),$stayOnPage,undef,600)
                .'</span> <span>'
-               .&help_open_topic('Authoring_Multilingual_Problems',&mt('How to create problems in different languages'),$stayOnPage,undef,600)
+               .&help_open_topic('Authoring_Multilingual_Problems',&mt('Languages'),$stayOnPage,undef,600)
 	       .'</span>';
     }
     $out .= '</span>'; # End cheatsheet




More information about the LON-CAPA-cvs mailing list