diff options
author | Mike Fulbright <msf@redhat.com> | 2002-06-25 21:27:56 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-06-25 21:27:56 +0000 |
commit | d332f6d27a5812449f62055aedad8302ea193002 (patch) | |
tree | c4f6369fa167eec016c721258ffeba056c7354a8 /packages.py | |
parent | c92b49a2cbf0c1882ec99302cc157a6d46979422 (diff) | |
download | anaconda-d332f6d27a5812449f62055aedad8302ea193002.tar.gz anaconda-d332f6d27a5812449f62055aedad8302ea193002.tar.xz anaconda-d332f6d27a5812449f62055aedad8302ea193002.zip |
some refining
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages.py b/packages.py index b0ed728d1..4bd5702ca 100644 --- a/packages.py +++ b/packages.py @@ -944,18 +944,18 @@ def betaNagScreen(intf, dir): rc = intf.messageWindow( _("Warning! This is a beta!"), _("Thank you for downloading this " "Red Hat Beta release.\n\n" - "As you know, this is not a final " + "This is not a final " "release and is not intended for use " "on production systems. The purpose of " "this release is to collect feedback " "from testers, and it is not suitable " - "for day to day usage." - "\n\n" - "If you do not want to install unstable " - "software on this system, " - "please choose 'Exit' now."), - type="custom", custom_icon="warning", - custom_buttons=[_("_Exit"), _("_Install BETA")]) + "for day to day usage.\n\n" + "To report feedback, please goto:\n\n" + " http://bugzilla.redhat.com/bugzilla\n\n" + "and file a report against 'Red Hat Public " + "Beta'.\n"), + type="custom", custom_icon="warning", + custom_buttons=[_("_Exit"), _("_Install BETA")]) if not rc: rc = intf.messageWindow( _("Rebooting System"), |