--- loncom/interface/lonpreferences.pm 2009/02/23 20:25:44 1.144 +++ loncom/interface/lonpreferences.pm 2009/02/24 16:16:35 1.146 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.144 2009/02/23 20:25:44 raeburn Exp $ +# $Id: lonpreferences.pm,v 1.146 2009/02/24 16:16:35 hauer Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1563,8 +1563,7 @@ ENDERROR # $r->print("

".&mt('The password for [_1] was successfully changed',$user)."

"); } else { # error error: run in circles, scream and shout - $message = &mt("The password for [_1] was not changed.",$user).' '. - .&mt('Please make sure your old password was entered correctly.'); + $message = &mt("The password for [_1] was not changed.",$user).' '.&mt('Please make sure your old password was entered correctly.'); unless ($caller eq 'reset_by_email') { &print_main_menu($r, $message); } @@ -1772,7 +1771,7 @@ sub verify_and_change_coursepage { 'ywbt' => 'you will be taken to the start of the course.', 'apwb' => 'a page will be displayed that lists items in the course that may require action from you.', 'gtts' => 'Go to the start of the course', - 'dasp' => "Display the What's New Page listing course action items", + 'dasp' => "Display the What's New Page", ); my $newdisp = $env{'form.newdisp'}; $message = ''.$lt{'defs'}.': '.$lt{'when'}.', ';