summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-04-10 12:01:56 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-04-10 12:01:56 +0200
commit1a119e404b4f5bc69d892a2cda4227c6e45af831 (patch)
tree49effee8853f4e2a15a89061d997206c2a8e642d /UpdateManager
parent8dd37d4317dbbbe8ce51bb95bc0f295367603efa (diff)
downloadpython-apt-1a119e404b4f5bc69d892a2cda4227c6e45af831.tar.gz
* fix the help string in update-manager (ubuntu: #23274)
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/UpdateManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 93f17a3d..42982de4 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -182,7 +182,7 @@ class UpdateList:
msg = ("<big><b>%s</b></big>\n\n%s" % \
(_("Cannot install all available updates"),
_("Some updates require the removal of further software. "
- "Use the function \"Smart Upgrade\" of the package manager "
+ "Use the function \"Mark All Upgrades\" of the package manager "
"\"Synaptic\" or run \"sudo apt-get dist-upgrade\" in a "
"terminal to update your system completely.")))
dialog = gtk.MessageDialog(self.parent_window, 0, gtk.MESSAGE_INFO,