diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-18 10:50:06 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-18 10:50:06 +0100 |
| commit | e4f7575420eca0112e67db253d3c7837c3d31d1b (patch) | |
| tree | c270f1e87b960741ef0748dbbc05afb99da4454f /data | |
| parent | b3f4c3bb724f5283cea75523b9a261a400fdb8b1 (diff) | |
| download | python-apt-e4f7575420eca0112e67db253d3c7837c3d31d1b.tar.gz | |
* SoftwareProperties: more HIGification
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index c0400628..e682b885 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -310,21 +310,21 @@ <packing> <property name="padding">0</property> <property name="expand">False</property> - <property name="fill">False</property> + <property name="fill">True</property> </packing> </child> <child> - <widget class="GtkComboBox" id="combobox1"> + <widget class="GtkComboBox" id="combobox_update_interval"> <property name="visible">True</property> - <property name="items" translatable="yes">every hour -twice a day -daily + <property name="items" translatable="yes">daily every two days weekly -</property> +every two weeks +custom</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> + <signal name="changed" handler="on_combobox_update_interval_changed" last_modification_time="Wed, 18 Jan 2006 09:43:34 GMT"/> </widget> <packing> <property name="padding">0</property> @@ -468,7 +468,7 @@ weekly <child> <widget class="GtkButton" id="button_auth_restor"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Revoke all imported keys and restore the default keys</property> + <property name="tooltip" translatable="yes">Restore the default distribution keys</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Restore _Defaults</property> <property name="use_underline">True</property> @@ -599,6 +599,7 @@ weekly <child> <widget class="GtkButton" id="button_help"> + <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-help</property> |
