summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-19 15:17:58 +0000
committerMike Fulbright <msf@redhat.com>2002-06-19 15:17:58 +0000
commitd8595061bfc7ebebf7ad7b237a522ba4a7c5f697 (patch)
tree492a0e2d1e8687fad0deb317468da27a9e301c30 /textw
parent2f5d5a9088536cc56e3fdf93caddac4c46d7639f (diff)
downloadanaconda-d8595061bfc7ebebf7ad7b237a522ba4a7c5f697.tar.gz
anaconda-d8595061bfc7ebebf7ad7b237a522ba4a7c5f697.tar.xz
anaconda-d8595061bfc7ebebf7ad7b237a522ba4a7c5f697.zip
fix for bug #65109
Diffstat (limited to 'textw')
-rw-r--r--textw/userauth_text.py4
1 files changed, 2 insertions, 2 deletions
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)