--- loncom/interface/loncreateuser.pm 2009/04/29 16:57:29 1.292
+++ loncom/interface/loncreateuser.pm 2009/05/11 13:07:24 1.293
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.292 2009/04/29 16:57:29 bisitz Exp $
+# $Id: loncreateuser.pm,v 1.293 2009/05/11 13:07:24 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2100,7 +2100,7 @@ sub update_user_data {
(!$forceid)) {
if ($env{'form.cid'} ne $uidhash{$env{'form.ccuname'}}) {
$env{'form.cid'} = $userenv{'id'};
- $no_forceid_alert = &mt('New Student/Employee ID does not match existing ID for this user.')
+ $no_forceid_alert = &mt('New student/employee ID does not match existing ID for this user.')
.'
'
.&mt("Change is not permitted without checking the 'Force ID change' checkbox on the previous page.")
.'
'."\n";