--- loncom/interface/slotrequest.pm 2009/08/13 10:24:29 1.102 +++ loncom/interface/slotrequest.pm 2009/08/13 10:32:29 1.103 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.102 2009/08/13 10:24:29 raeburn Exp $ +# $Id: slotrequest.pm,v 1.103 2009/08/13 10:32:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2054,7 +2054,7 @@ sub display_filter { &mt('Update Display').'" />'. '

'. &mt('Only changes made from servers running LON-CAPA [_1] or later are displayed.' - ,'2.8.99.0'); + ,'2.9.0'); if ($version) { $output .= ' '.&mt('This LON-CAPA server is version [_1]',$version); }