From d8595061bfc7ebebf7ad7b237a522ba4a7c5f697 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Wed, 19 Jun 2002 15:17:58 +0000 Subject: fix for bug #65109 --- textw/userauth_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textw') diff --git a/textw/userauth_text.py b/textw/userauth_text.py index db7615618..535e9218e 100644 --- a/textw/userauth_text.py +++ b/textw/userauth_text.py @@ -96,9 +96,9 @@ class UsersWindow: while 1: (rc, ent) = EntryWindow (self.screen, title, text, [ (_("User Name"), username), + (_("Full Name"), fullname), (_("Password"), pass1), - (_("Password (confirm)"), pass2), - (_("Full Name"), fullname) ], + (_("Password (confirm)"), pass2)], buttons = [ TEXT_OK_BUTTON, (cancelText, "cancel") ], help = helptag) -- cgit