summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-25 20:10:28 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-25 20:10:28 +0100
commit9f1f9070d249457871a92d52eb3817c73e6fe0ac (patch)
tree6c3657fc46eeeb786c41ccdaa57fda496ec5a921 /UpdateManager/UpdateManager.py
parent52c686391e543bbc1084ec15f40abe8e58b1d514 (diff)
downloadpython-apt-9f1f9070d249457871a92d52eb3817c73e6fe0ac.tar.gz
* Use nice grammer #32864
* Show a warning about the time an upgrade can take * Show a warning that the upgrade cannot be canceled * Show a warning to close all apps and documents before upgrading * Only show the download size if there are upgrades
Diffstat (limited to 'UpdateManager/UpdateManager.py')
-rw-r--r--UpdateManager/UpdateManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index e6394223..e6437d3b 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -179,7 +179,7 @@ class UpdateList:
#print "WARNING, keeping packages"
msg = ("<big><b>%s</b></big>\n\n%s" % \
(_("Cannot install all available updates"),
- _("Some updates require to remove further software. "
+ _("Some updates require the removal of further software. "
"Use the function \"Smart Upgrade\" of the package manager "
"\"Synaptic\" or run \"sudo apt-get dist-upgrade\" in a "
"terminal to update your system completely.")))