summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-01-06 23:47:39 +0000
committerJeremy Katz <katzj@redhat.com>2004-01-06 23:47:39 +0000
commit61da66fee9a80bf833b2d6b9b3e7b2939c6e1b9a (patch)
treed16e55e02ef44e3c661b9ed6b22b2b50f8e55eac /textw
parent0ce3dda9784a5a7ba555ba9fa5d47c36c1de8dd4 (diff)
downloadanaconda-61da66fee9a80bf833b2d6b9b3e7b2939c6e1b9a.tar.gz
anaconda-61da66fee9a80bf833b2d6b9b3e7b2939c6e1b9a.tar.xz
anaconda-61da66fee9a80bf833b2d6b9b3e7b2939c6e1b9a.zip
nuke some old text that's no good for fedora (#112241)
Diffstat (limited to 'textw')
-rw-r--r--textw/welcome_text.py11
1 files changed, 2 insertions, 9 deletions
diff --git a/textw/welcome_text.py b/textw/welcome_text.py
index 231ec66a2..4194a4af3 100644
--- a/textw/welcome_text.py
+++ b/textw/welcome_text.py
@@ -20,15 +20,8 @@ import os
class WelcomeWindow:
def __call__(self, screen, configFileData):
rc = ButtonChoiceWindow(screen, _("%s") % (productName,),
- _("Welcome to %s!\n\n"
- "This installation process is outlined in detail in the "
- "Official %s Installation Guide available from "
- "Red Hat, Inc. If you have access to this manual, you "
- "should read the installation section before continuing.\n\n"
- "If you have purchased Official %s, be sure to "
- "register your purchase through our web site, "
- "http://www.redhat.com/.")
- % (productName, productName, productName),
+ _("Welcome to %s!\n\n")
+ % (productName, ),
buttons = [TEXT_OK_BUTTON, TEXT_BACK_BUTTON], width = 50,
help = "welcome")