[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] 474375 - updating instnum text
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc: mbp redhat com
- Subject: [PATCH] 474375 - updating instnum text
- Date: Tue, 9 Dec 2008 10:18:05 -0500
Ignore for a minute the horrors of updating translations after a release
has been made and consider the following patch. Note that running make
update-po on the translation files produces a huge amount of change and
introduces all the new encryption-related strings as well. We've got
translators on board for doing this work, though.
- Chris
commit 52a3be453f98e15e442d8ad07b2c5d3ee9d0bfc9
Author: Chris Lumens <clumens redhat com>
Date: Mon Dec 8 13:19:17 2008 -0500
Make the installation key text more descriptive (#474375).
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index 1d93189..a3fa202 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -48,19 +48,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 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/")
def setInstallData(self, anaconda):
BaseInstallClass.setInstallData(self, anaconda)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]