diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-25 14:32:38 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-01-25 14:32:38 +0100 |
| commit | 41a6ea707688e2e239ee75212888d01c219f39b1 (patch) | |
| tree | d3231336edc1158ad16aec1bcb3077bb5f413928 /data/SoftwareProperties.glade | |
| parent | 04314c42545fa783b12c9c7b7ec88200afa5e3f2 (diff) | |
| download | python-apt-41a6ea707688e2e239ee75212888d01c219f39b1.tar.gz | |
SoftwareProperties:
* Allow a custom configuration for automatic internet udpates
* Wording: "Choose a key-file" -> "Import key" (Import is the label on the
button)
* use the update-manager icon in the window list
UpdateManager:
* set window_main to unsensitive at the startup
* Wording in the synaptic dialog:
- "The updates are being applied."
-> "Please wait, this can take some time."
- "Upgrade is complete" -> "Update is complete"
* set synapitc dialog to type-hint "dialog" and not "normal"
* set the main_window to type-hint "dialog" and not "normal"
* do not write a status message to treeview_updates during startup
"Initializing and getting list of updates..."
* Nicer wording in the dialog_manual_update:
"You need to manually reload the latest information about updates"
"Your system does not check for updates automatically. You can configure
this behavior in "System" -> "Administration" -> "Software Properties"
Diffstat (limited to 'data/SoftwareProperties.glade')
| -rw-r--r-- | data/SoftwareProperties.glade | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index 6bf1aa0f..edd12320 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -14,6 +14,7 @@ <property name="modal">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">False</property> + <property name="icon">update-manager.png</property> <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> @@ -317,11 +318,7 @@ <child> <widget class="GtkComboBox" id="combobox_update_interval"> <property name="visible">True</property> - <property name="items" translatable="yes">daily -every two days -weekly -every two weeks -custom</property> + <property name="items" translatable="yes"></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"/> |
