summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-01-29 10:18:37 -0500
committerChris Lumens <clumens@redhat.com>2013-01-31 09:56:09 -0500
commit6addf02e8b0749b56095be9d09ca87c542ef0189 (patch)
tree4f40de83b8ea64c0c507862617846f33508fa0da /pyanaconda/ui
parent0a302ce1d00929e0f835925454caa63f24c10288 (diff)
downloadanaconda-6addf02e8b0749b56095be9d09ca87c542ef0189.tar.gz
anaconda-6addf02e8b0749b56095be9d09ca87c542ef0189.tar.xz
anaconda-6addf02e8b0749b56095be9d09ca87c542ef0189.zip
Make it a little more clear what's happening on the disk selection spoke (#903498).
Diffstat (limited to 'pyanaconda/ui')
-rw-r--r--pyanaconda/ui/gui/spokes/storage.glade53
1 files changed, 48 insertions, 5 deletions
diff --git a/pyanaconda/ui/gui/spokes/storage.glade b/pyanaconda/ui/gui/spokes/storage.glade
index ca19e72d0..33a23ee2a 100644
--- a/pyanaconda/ui/gui/spokes/storage.glade
+++ b/pyanaconda/ui/gui/spokes/storage.glade
@@ -885,6 +885,26 @@
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
+ <object class="GtkLabel" id="label7">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_left">18</property>
+ <property name="margin_top">6</property>
+ <property name="margin_bottom">6</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Select the device(s) you'd like to install to. They will be left untouched until you click on the main menu's "Begin Installation" button.</property>
+ <property name="wrap">True</property>
+ <attributes>
+ <attribute name="font-desc" value="Cantarell 12"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -901,7 +921,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">0</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -937,7 +957,24 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label6">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="margin_right">24</property>
+ <property name="xalign">1</property>
+ <property name="label" translatable="yes">Disks left unselected here will not be touched.</property>
+ <attributes>
+ <attribute name="font-desc" value="Cantarell Italic 10"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">3</property>
</packing>
</child>
<child>
@@ -952,16 +989,16 @@
<property name="column_spacing">6</property>
<child>
<object class="GtkButton" id="summary_button">
- <property name="label" translatable="yes">_Full disk summary and options...</property>
+ <property name="label" translatable="yes">_Full disk summary and bootloader...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="no_show_all">True</property>
<property name="halign">start</property>
<property name="margin_left">18</property>
<property name="relief">none</property>
<property name="use_underline">True</property>
<property name="focus_on_click">False</property>
- <property name="no_show_all">True</property>
<property name="xalign">0</property>
<signal name="clicked" handler="on_summary_clicked" swapped="no"/>
</object>
@@ -1013,12 +1050,18 @@
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
- <property name="position">3</property>
+ <property name="position">4</property>
</packing>
</child>
</object>