[rhel7-branch][PATCH] Change the betanag wording (back) to be better for RHEL

Vratislav Podzimek vpodzime at redhat.com
Tue Jun 23 14:13:06 UTC 2015


Related: rhbz#1196721

(ported commit 5d472f8565b6fb98e3e5254fedb29673128447c4 from rhel7.0-branch)

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 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 0180e63..32c73ba 100644
--- a/pyanaconda/ui/gui/spokes/welcome.glade
+++ b/pyanaconda/ui/gui/spokes/welcome.glade
@@ -20,7 +20,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="quitButton">
-                <property name="label" translatable="yes" context="GUI|Welcome|Beta Warn Dialog">_Get me out of here!</property>
+                <property name="label" translatable="yes" context="GUI|Welcome|Beta Warn Dialog">I want to _exit.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -34,7 +34,7 @@
             </child>
             <child>
               <object class="GtkButton" id="continueButton">
-                <property name="label" translatable="yes" context="GUI|Welcome|Beta Warn Dialog">_I accept my fate.</property>
+                <property name="label" translatable="yes" context="GUI|Welcome|Beta Warn Dialog">I want to _proceed.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -94,7 +94,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"/>
-- 
2.1.0



More information about the anaconda-patches mailing list