[PATCH] Change the betanag wording to be better for RHEL (#917820).

Chris Lumens clumens at redhat.com
Fri Aug 9 13:35:54 UTC 2013


---
 pyanaconda/ui/gui/spokes/welcome.glade | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/welcome.glade b/pyanaconda/ui/gui/spokes/welcome.glade
index 3c99289..1f44cab 100644
--- a/pyanaconda/ui/gui/spokes/welcome.glade
+++ b/pyanaconda/ui/gui/spokes/welcome.glade
@@ -142,7 +142,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="quitButton">
-                <property name="label" translatable="yes">_Get me out of here!</property>
+                <property name="label" translatable="yes">I want to _exit.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -156,7 +156,7 @@
             </child>
             <child>
               <object class="GtkButton" id="continueButton">
-                <property name="label" translatable="yes">_I accept my fate.</property>
+                <property name="label" translatable="yes">I want to _proceed.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -220,7 +220,11 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="valign">start</property>
-                <property name="label" translatable="yes">You wake up inside an OS installer in Timbuktu, and it's six months in the future.  But, there are bugs.  Bugs everywhere.  Bugs you must live with.  This OS of the future isn't a stable OS you can rely on.  It's for testing purposes only.</property>
+                <property name="label" translatable="yes">Notice:  This is pre-release software that is intended for development and testing purposes only.  Do not use this software for any critical work or for production environments.
+
+By clicking "I want to proceed", you understand and accept the risks associated with pre-release software, that you intend to use this for testing and development purposes only, and are willing to report any bugs or issues in order to enhance this work.
+
+If you do not understand or accept the risks, then please exit this program by clicking "I want to exit" which will reboot your system.</property>
                 <property name="wrap">True</property>
                 <attributes>
                   <attribute name="font-desc" value="Cantarell 12"/>
-- 
1.8.1.2



More information about the anaconda-patches mailing list