diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-07 14:42:22 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-02-07 14:42:22 +0100 |
| commit | 59a431d92a0e07afbe7be8e01a0691311961aee8 (patch) | |
| tree | 72dd5041190e04dba8ffd7b4714304dac49019d3 /data | |
| parent | b8161e6b173f9f336295bbb5d5ff776ccb0dfea4 (diff) | |
| download | python-apt-59a431d92a0e07afbe7be8e01a0691311961aee8.tar.gz | |
* Hide the auto_delete option for the moment - wil be fixed after the next
release
* Add a tooltip to the unattended install checkbox
Diffstat (limited to 'data')
| -rw-r--r-- | data/SoftwareProperties.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index 7fc37c30..89a56f11 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -390,8 +390,9 @@ <child> <widget class="GtkCheckButton" id="checkbutton_unattended"> <property name="visible">True</property> + <property name="tooltip" translatable="yes">Only security updates from the official Ubuntu servers will be installed automatically. The software package "unattended-upgrades" needs to be installed therefor</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Install new updates without confirmation</property> + <property name="label" translatable="yes">_Install security updates without confirmation</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -409,7 +410,6 @@ <child> <widget class="GtkHBox" id="hbox5"> - <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> |
