[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/3] Make the installation key text more descriptive (#474375).
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 1/3] Make the installation key text more descriptive (#474375).
- Date: Fri, 5 Jun 2009 13:27:16 -0400
---
installclasses/rhel.py | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index 5217928..465f3c3 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")
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]