summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-06-05 13:16:09 -0400
committerChris Lumens <clumens@redhat.com>2009-06-05 16:06:59 -0400
commit83cdf26880c972a2d8277a2a91159808aee7c69f (patch)
tree760b17eaa6da9ab2f1c39f2cdc5191c5550526a7 /installclasses
parent93fd07cd4cb46dad0d57bf216e603c8256751480 (diff)
downloadanaconda-83cdf26880c972a2d8277a2a91159808aee7c69f.tar.gz
anaconda-83cdf26880c972a2d8277a2a91159808aee7c69f.tar.xz
anaconda-83cdf26880c972a2d8277a2a91159808aee7c69f.zip
Make the installation key text more descriptive (#474375).
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/rhel.py20
1 files changed, 8 insertions, 12 deletions
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")