diff options
-rw-r--r-- | ui/mirrorselect.glade | 23 |
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> |