--- loncom/interface/lonblockingmenu.pm 2016/01/27 00:24:09 1.16 +++ loncom/interface/lonblockingmenu.pm 2016/01/27 03:04:49 1.17 @@ -2,7 +2,7 @@ # Routines for configuring blocking of access to collaborative functions, # and specific resources during an exam # -# $Id: lonblockingmenu.pm,v 1.16 2016/01/27 00:24:09 raeburn Exp $ +# $Id: lonblockingmenu.pm,v 1.17 2016/01/27 03:04:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1502,7 +1502,7 @@ sub blocktype_text { 'blogs' => 'Blogs', 'docs' => 'Content', 'printout' => 'Printouts', - 'passwd' => 'Password', + 'passwd' => 'Change Password', ); my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs','passwd']; return ($typeorder,\%types);