summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-07 14:42:22 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-07 14:42:22 +0100
commit59a431d92a0e07afbe7be8e01a0691311961aee8 (patch)
tree72dd5041190e04dba8ffd7b4714304dac49019d3 /data
parentb8161e6b173f9f336295bbb5d5ff776ccb0dfea4 (diff)
downloadpython-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.glade4
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 &quot;unattended-upgrades&quot; 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>