--- loncom/interface/lonpreferences.pm	2009/02/23 20:25:44	1.144
+++ loncom/interface/lonpreferences.pm	2009/02/23 22:42:33	1.145
@@ -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.145 2009/02/23 22:42:33 schualex Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1563,8 +1563,7 @@ ENDERROR
 #	$r->print("<h3>".&mt('The password for [_1] was successfully changed',$user)."</h3>");
     } 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);
         }