--- loncom/interface/lonnotify.pm 2009/05/11 16:51:27 1.34 +++ loncom/interface/lonnotify.pm 2009/05/20 20:27:37 1.35 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Sending messages # -# $Id: lonnotify.pm,v 1.34 2009/05/11 16:51:27 bisitz Exp $ +# $Id: lonnotify.pm,v 1.35 2009/05/20 20:27:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -164,7 +164,7 @@ sub print_display_option_form { &Apache::lonhtmlcommon::add_breadcrumb({text=>"Display options"}); my $cmd = 'display'; - my $submit_text = 'Display e-mail'; + my $submit_text = &mt('Display e-mail'); my @roles = ('dc'); my $now = time;