summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-02 05:35:05 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-02 05:35:05 +0000
commit81416b5e68b6d06fd8b90ff67829cd850521c401 (patch)
tree9df3b60c7086179a8b14d77b6db728bbb051cfc4 /textw/userauth_text.py
parent1e47a2090211887b1f12c02205251c6ea8eab300 (diff)
downloadanaconda-81416b5e68b6d06fd8b90ff67829cd850521c401.tar.gz
anaconda-81416b5e68b6d06fd8b90ff67829cd850521c401.tar.xz
anaconda-81416b5e68b6d06fd8b90ff67829cd850521c401.zip
tweak the wording (#66243)
Diffstat (limited to 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index 535e9218e..6bdbb7a33 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -196,10 +196,11 @@ class UsersWindow:
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 "
- "for normal work, but multi-user systems can have any number "
- "of accounts set up."))
+ t = TextboxReflowed(60, _("What other user accounts would you like "
+ "to have on the system? You should have at "
+ "least one non-root account for normal "
+ "work, but multi-user systems can have "
+ "any number of accounts set up."))
g.add(t, 0, 0, anchorLeft = 1, padding = (0, 0, 0, 1))
listformat = "%-15s %-40s"