From 83cdf26880c972a2d8277a2a91159808aee7c69f Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 5 Jun 2009 13:16:09 -0400 Subject: Make the installation key text more descriptive (#474375). --- installclasses/rhel.py | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'installclasses') diff --git a/installclasses/rhel.py b/installclasses/rhel.py index 5c0d7155d..5906c8e11 100644 --- a/installclasses/rhel.py +++ b/installclasses/rhel.py @@ -70,18 +70,14 @@ class InstallClass(BaseInstallClass): } instkeyname = N_("Installation Number") - instkeydesc = N_("To install the full set of supported packages included " - "in your subscription, please enter your Installation " - "Number") - skipkeytext = N_("If you're unable to locate the Installation Number, " - "consult http://www.redhat.com/apps/support/in.html.\n\n" - "If you skip:\n" - "* You may not get access to the full set of " - "packages included in your subscription.\n" - "* It may result in an unsupported/uncertified " - "installation of Red Hat Enterprise Linux.\n" - "* You will not get software and security updates " - "for packages not included in your subscription.") + instkeydesc = N_("Would you like to enter an Installation Number " + "(sometimes called Subscription Number) now? This feature " + "enables the installer to access any extra components " + "included with your subscription. If you skip this step, " + "additional components can be installed manually later.\n\n" + "See http://www.redhat.com/InstNum/ for more information.") + skipkeytext = N_("If you cannot locate the Installation Number, consult " + "http://www.redhat.com/InstNum/") bugFiler = BugzillaFiler(bugUrl="https://bugzilla.redhat.com/xmlrpc.cgi") -- cgit