[rhel7-branch[anaconda][PATCH 2/3] Fix a typo in the dasdfmt dialog box. (#1170653)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Jun 19 14:59:33 UTC 2015


Unless there actually are DAD devices.

Related: rhbz#1170653
---
 pyanaconda/ui/gui/spokes/lib/dasdfmt.glade | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade b/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
index d5280c3..07a1805 100644
--- a/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
+++ b/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
@@ -20,7 +20,7 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="udCancelButton">
-                <property name="label" translatable="yes" context="GUI|DAD Format Dialog">_Cancel</property>
+                <property name="label" translatable="yes" context="GUI|DASD Format Dialog">_Cancel</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="udOKButton">
-                <property name="label" translatable="yes" context="GUI|DAD Format Dialog">_OK</property>
+                <property name="label" translatable="yes" context="GUI|DASD Format Dialog">_OK</property>
                 <property name="visible">True</property>
                 <property name="sensitive">False</property>
                 <property name="can_focus">True</property>
@@ -157,7 +157,7 @@
             <property name="show_tabs">False</property>
             <child>
               <object class="GtkButton" id="formatButton">
-                <property name="label" translatable="yes" context="GUI|DAD Format Dialog">_Format with dasdfmt</property>
+                <property name="label" translatable="yes" context="GUI|DASD Format Dialog">_Format with dasdfmt</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-- 
1.9.3



More information about the anaconda-patches mailing list