[PATCH 2/5] Remove the word "review" from the label on the custom checkbutton.

David Lehman dlehman at redhat.com
Mon Oct 29 20:30:12 UTC 2012


There's nothing to review. It's not "run autopart and then review it",
it's more like "skip autopart and go to custom".
---
 pyanaconda/ui/gui/spokes/storage.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/storage.glade b/pyanaconda/ui/gui/spokes/storage.glade
index 16ce58b..a33a026 100644
--- a/pyanaconda/ui/gui/spokes/storage.glade
+++ b/pyanaconda/ui/gui/spokes/storage.glade
@@ -239,7 +239,7 @@
             </child>
             <child>
               <object class="GtkCheckButton" id="options2_custom_check">
-                <property name="label" translatable="yes">I don't need help; let me _review &amp; customize disk partitioning to reclaim space.</property>
+                <property name="label" translatable="yes">I don't need help; let me customize disk _partitioning.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
-- 
1.7.7.6



More information about the anaconda-patches mailing list