[rhel7-branch][PATCH 1/3] Fix a small typo and change dasdfmt text. (#1170653)

Samantha N. Bueno sbueno+anaconda at redhat.com
Thu Jun 18 16:15:39 UTC 2015


Add some words that LDL DASDs aren't usable unless formatted as well,
and fix DAD->DASD in translation contexts. Unless there actually are DAD
devices.

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

diff --git a/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade b/pyanaconda/ui/gui/spokes/lib/dasdfmt.glade
index d5280c3..793ca31 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>
@@ -67,7 +67,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="valign">start</property>
-                <property name="label" translatable="yes">The following unformatted DASDs have been detected on your system. You can choose to format them now with dasdfmt or cancel to leave them unformatted. Unformatted DASDs can not be used during installation.</property>
+                <property name="label" translatable="yes">The following unformatted or LDL DASDs have been detected on your system. You can choose to format them now with dasdfmt or cancel to leave them unformatted. Unformatted DASDs and DASDs with Linux Disk Layout (LDL) can not be used during installation.</property>
                 <property name="wrap">True</property>
                 <attributes>
                   <attribute name="font-desc" value="Cantarell 12"/>
@@ -83,7 +83,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="halign">start</property>
-                <property name="label" translatable="yes">Unformatted DASDs Detected</property>
+                <property name="label" translatable="yes">Unformatted or LDL DASDs Detected</property>
                 <attributes>
                   <attribute name="font-desc" value="Cantarell Bold 12"/>
                   <attribute name="weight" value="bold"/>
@@ -105,7 +105,7 @@
           <object class="GtkLabel" id="udLabel">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label">List unformatted DASDs here.</property>
+            <property name="label">List unformatted and/or LDL DASDs here.</property>
           </object>
           <packing>
             <property name="expand">False</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>
-- 
2.4.0



More information about the anaconda-patches mailing list