--- loncom/interface/domainprefs.pm 2009/02/09 03:42:03 1.87 +++ loncom/interface/domainprefs.pm 2009/02/10 18:01:40 1.88 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.87 2009/02/09 03:42:03 raeburn Exp $ +# $Id: domainprefs.pm,v 1.88 2009/02/10 18:01:40 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1705,7 +1705,8 @@ sub tool_titles { aboutme => 'Personal Home Page', blog => 'Blog', portfolio => 'Portfolio', - official => 'Official courses (with institutional codes)', unofficial => 'Unofficial courses', + official => 'Official courses (with institutional codes)', + unofficial => 'Unofficial courses', ); return %titles; }