aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-03 18:01:36 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-03 18:01:36 +0000
commit5aae17b7471007f1132b8b192eff65024bdc9516 (patch)
treeeed52cbef0d36c4efbf216f66dbbabd5cc9cc6a5 /ui
parentw/mirrorselect_gui.py: stop the checkboxes from taking up all the space (diff)
downloadanaconda-5aae17b7471007f1132b8b192eff65024bdc9516.tar.gz
anaconda-5aae17b7471007f1132b8b192eff65024bdc9516.tar.bz2
anaconda-5aae17b7471007f1132b8b192eff65024bdc9516.zip
ui/mirrorselect.glade: maybe this time...
Diffstat (limited to 'ui')
-rw-r--r--ui/mirrorselect.glade23
1 files changed, 17 insertions, 6 deletions
diff --git a/ui/mirrorselect.glade b/ui/mirrorselect.glade
index 1efcd92..7407f9a 100644
--- a/ui/mirrorselect.glade
+++ b/ui/mirrorselect.glade
@@ -41,9 +41,16 @@ In order to download source code quickly it is recommended to select a fast mirr
<property name="visible">True</property>
<property name="n_columns">3</property>
<child>
- <widget class="GtkLabel" id="downloading">
+ <widget class="GtkLabel" id="label2">
<property name="visible">True</property>
- <property name="label" translatable="yes">Downloading the mirror list...</property>
+ <property name="label" translatable="yes">Mirror URL</property>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="label3">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Region: Country
+Mirror Name</property>
</widget>
<packing>
<property name="left_attach">1</property>
@@ -51,10 +58,14 @@ In order to download source code quickly it is recommended to select a fast mirr
</packing>
</child>
<child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
+ <widget class="GtkLabel" id="label4">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Flags</property>
+ </widget>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
+ </packing>
</child>
</widget>
</child>