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

raeburn raeburn at source.lon-capa.org
Thu Jun 19 22:47:41 EDT 2014


raeburn		Fri Jun 20 02:47:41 2014 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    - Aesthetics: make size of new help item button similar to other
      such items in Problem Editing display.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.77 loncom/interface/loncommon.pm:1.1075.2.78
--- loncom/interface/loncommon.pm:1.1075.2.77	Wed Jun 18 06:15:58 2014
+++ loncom/interface/loncommon.pm	Fri Jun 20 02:47:40 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.77 2014/06/18 06:15:58 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.78 2014/06/20 02:47:40 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1293,7 +1293,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