summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-11 17:31:03 +0000
committerMike Fulbright <msf@redhat.com>2001-07-11 17:31:03 +0000
commit28735e6486ee0297b9f9db6c6a5bd254b2515404 (patch)
tree76cf27ca95a4bc5c79ddde9df50cea00cba7cc8a /textw/userauth_text.py
parent68044e55cec68a10c1f55495e48031219c1776ac (diff)
downloadanaconda-28735e6486ee0297b9f9db6c6a5bd254b2515404.tar.gz
anaconda-28735e6486ee0297b9f9db6c6a5bd254b2515404.tar.xz
anaconda-28735e6486ee0297b9f9db6c6a5bd254b2515404.zip
fix help tags
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 bb9400f92..f0bf52d2c 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -85,7 +85,7 @@ class UsersWindow:
helptag = "edituser"
else:
title = _("Add User")
- helptag = "newuser"
+ helptag = "adduser"
while 1:
(rc, ent) = EntryWindow (self.screen, title, text,
@@ -181,7 +181,7 @@ class UsersWindow:
return INSTALL_OK
self.users[user["id"]] = user
- g = GridFormHelp (screen, _("User Account Setup"), "addusers", 1, 4)
+ g = GridFormHelp (screen, _("User Account Setup"), "newusers", 1, 4)
t = TextboxReflowed(60, _("What user account would you like to have "
"on the system? You should have at least one non-root account "