diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-23 20:52:54 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-23 20:52:54 +0200 |
| commit | c694583903af0139d3e73ddf2eee34eb5a506d80 (patch) | |
| tree | 03f83b5665bfbab6dd20fde3dfdb2f3c97e808a7 /data/SoftwareProperties.glade | |
| parent | 207495de25fe5b2ad158e74c46fbe36d9a42a540 (diff) | |
| download | python-apt-c694583903af0139d3e73ddf2eee34eb5a506d80.tar.gz | |
* Fix the use of gettext in UpdateManager : You can install X updates
* Do not mention the need of the unanttended-updates package - the
tooltip isn't even shown if the option is disabled
* Fix the channel terminolgy in the add custom apt line dialog
Diffstat (limited to 'data/SoftwareProperties.glade')
| -rw-r--r-- | data/SoftwareProperties.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/SoftwareProperties.glade b/data/SoftwareProperties.glade index 58584826..a1f7f8f9 100644 --- a/data/SoftwareProperties.glade +++ b/data/SoftwareProperties.glade @@ -390,7 +390,7 @@ <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="tooltip" translatable="yes">Only security updates from the official Ubuntu servers will be installed automatically</property> <property name="can_focus">True</property> <property name="label" translatable="yes">_Install security updates without confirmation</property> <property name="use_underline">True</property> |
