summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/userauth_text.py')
-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)