[PATCH] Make it more evident what the Revert changes button does (#1163701)

Martin Kolman mkolman at redhat.com
Thu Nov 13 17:45:27 UTC 2014


Make it evident that it reverts changes done in the interface.

Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 pyanaconda/ui/gui/spokes/custom.glade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index 082f0ce..e13b80e 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -1464,7 +1464,7 @@
                     </child>
                     <child>
                       <object class="GtkButton" id="resetButton">
-                        <property name="label" translatable="yes" context="GUI|Custom Partitioning">_Reset All</property>
+                        <property name="label" translatable="yes" context="GUI|Custom Partitioning">_Revert All Changes</property>
                         <property name="visible">True</property>
                         <property name="sensitive">False</property>
                         <property name="can_focus">True</property>
-- 
1.9.3



More information about the anaconda-patches mailing list