agreed
@bug_status=assigned

daouda, the following patch should fix it:
Index: userdrake
===================================================================
RCS file: /cooker/soft/userdrake2/userdrake,v
retrieving revision 1.57
diff -u -p -r1.57 userdrake
--- userdrake	28 Aug 2003 12:25:38 -0000	1.57
+++ userdrake	11 Sep 2003 22:09:55 -0000
@@ -582,7 +582,7 @@ sub BuildUui {
 				 [ N("Login") . " :",  $us->{o}->{login} = Gtk2::Entry->new() ],
 				 [ N("Full Name") . " :", $us->{o}->{fullname} = Gtk2::Entry->new() ],
 				 [ N("Password") . " :", $us->{o}->{passwd} = GtkEntryHidePass() ],
-				 [ N("Confirm Password:") . " :", $us->{o}->{confpasswd} = GtkEntryHidePass() ],
+				 [ N("Confirm Password:"), $us->{o}->{confpasswd} = GtkEntryHidePass() ],
 				 [ N("Login Shell") . " :", $us->{o}->{shells} = Gtk2::OptionMenu->new ] 
 				)
 	    );

Reply via email to