summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-07-19 20:43:22 +0000
committerJeremy Katz <katzj@redhat.com>2006-07-19 20:43:22 +0000
commit7b968e71502ec2ca873e7783dc5fe7e51c6fe52c (patch)
tree203eb64643169f88ef96cbf45528bf661c40f62f /ui
parent13b06f6a5405eaf469ddd6fca4df09fced09df1e (diff)
downloadanaconda-7b968e71502ec2ca873e7783dc5fe7e51c6fe52c.tar.gz
anaconda-7b968e71502ec2ca873e7783dc5fe7e51c6fe52c.tar.xz
anaconda-7b968e71502ec2ca873e7783dc5fe7e51c6fe52c.zip
2006-07-19 Jeremy Katz <katzj@redhat.com>
* ui/adddrive.glade: Clean up text a little bit * ui/autopart.glade: Likewise.
Diffstat (limited to 'ui')
-rw-r--r--ui/adddrive.glade32
-rw-r--r--ui/autopart.glade2
2 files changed, 28 insertions, 6 deletions
diff --git a/ui/adddrive.glade b/ui/adddrive.glade
index 4ec4be7a9..be8eea0e7 100644
--- a/ui/adddrive.glade
+++ b/ui/adddrive.glade
@@ -4,9 +4,10 @@
<glade-interface>
<widget class="GtkDialog" id="addDriveDialog">
- <property name="title" translatable="yes" context="yes">Add Drive</property>
+ <property name="visible">True</property>
+ <property name="title" translatable="yes" context="yes">Advanced Storage Options</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
- <property name="window_position">GTK_WIN_POS_NONE</property>
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
@@ -134,7 +135,7 @@
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes" context="yes">How would you like to add additional drives?</property>
+ <property name="label" translatable="yes" context="yes">How would you like to modify your drive configuration?</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -165,7 +166,7 @@
<child>
<widget class="GtkRadioButton" id="iscsiRadio">
<property name="visible">True</property>
- <property name="label" translatable="yes" context="yes">_iSCSI Connection</property>
+ <property name="label" translatable="yes" context="yes">Add _iSCSI target</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -184,7 +185,7 @@
<child>
<widget class="GtkRadioButton" id="zfcpRadio">
<property name="visible">True</property>
- <property name="label" translatable="yes" context="yes">_ZFCP Connection</property>
+ <property name="label" translatable="yes" context="yes">Add _ZFCP LUN</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@@ -199,6 +200,27 @@
<property name="fill">True</property>
</packing>
</child>
+
+ <child>
+ <widget class="GtkRadioButton" id="radiobutton1">
+ <property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Disable _dmraid device</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ <property name="group">iscsiRadio</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="padding">0</property>
diff --git a/ui/autopart.glade b/ui/autopart.glade
index d66e43065..1aa3ec980 100644
--- a/ui/autopart.glade
+++ b/ui/autopart.glade
@@ -185,7 +185,7 @@
<child>
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
- <property name="label" translatable="yes">_Add additional drive</property>
+ <property name="label" translatable="yes">_Advanced storage configuration</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>