]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.cc
* added Debug::pkgDepCache::AutoInstall debug option
[apt.git] / apt-pkg / acquire.cc
index a9a7709051e4349063db2a1bea291b081a666de3..fff1b2b6ad379b28603de987933b4523dc5c3f36 100644 (file)
@@ -820,9 +820,9 @@ bool pkgAcquireStatus::Pulse(pkgAcquire *Owner)
 
       // only show the ETA if it makes sense
       if (ETA > 0 && ETA < 172800 /* two days */ )
-        snprintf(msg,sizeof(msg), _("Downloading file %li of %li (%s remaining)"), i, TotalItems, TimeToStr(ETA).c_str());
+        snprintf(msg,sizeof(msg), _("Retrieving file %li of %li (%s remaining)"), i, TotalItems, TimeToStr(ETA).c_str());
       else
-        snprintf(msg,sizeof(msg), _("Downloading file %li of %li"), i, TotalItems);
+        snprintf(msg,sizeof(msg), _("Retrieving file %li of %li"), i, TotalItems);