summaryrefslogtreecommitdiff
path: root/DistUpgrade
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-27 22:49:29 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-27 22:49:29 +0200
commit8001854fbdcd43b63edceb32cb4f3401fb14d8a0 (patch)
tree1697029eeed8c9f0a19b2097191e249cbae25313 /DistUpgrade
parent287de31cec8313b10af47ede92483199bbde2200 (diff)
downloadpython-apt-8001854fbdcd43b63edceb32cb4f3401fb14d8a0.tar.gz
* wording fix (thanks to BradB)
Diffstat (limited to 'DistUpgrade')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index b095478c..bd5ee6df 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -107,7 +107,7 @@ class GtkFetchProgressAdapter(apt.progress.FetchProgress):
self.status.set_text(_("Downloading file %li of %li at %s/s" % (currentItem, self.totalItems, apt_pkg.SizeToStr(self.currentCPS))))
self.progress.set_text(_("%s remaining" % apt_pkg.TimeToStr(self.eta)))
else:
- self.status.set_text(_("Downloading file %li of %li at unknown speed" % (currentItem, self.totalItems)))
+ self.status.set_text(_("Downloading file %li of %li" % (currentItem, self.totalItems)))
self.progress.set_text(" ")
while gtk.events_pending():