From 82f348577dfc0712662db444e54f95eba245e301 Mon Sep 17 00:00:00 2001 From: Ishan Jayawardena Date: Wed, 27 Jul 2011 17:55:40 +0530 Subject: Some modifications to the queuing. --- cmdline/apt-get.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline/apt-get.cc') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 61caa45cf..d22c86555 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1139,12 +1139,12 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true, if (DebBytes != FetchBytes) //TRANSLATOR: The required space between number and unit is already included // in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB - ioprintf(c1out,_("Need to get %sB/%sB of archives.\n"), + ioprintf(c1out,_("Need to get at most %sB/%sB of archives.\n"), SizeToStr(FetchBytes).c_str(),SizeToStr(DebBytes).c_str()); else if (DebBytes != 0) //TRANSLATOR: The required space between number and unit is already included // in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB - ioprintf(c1out,_("Need to get %sB of archives.\n"), + ioprintf(c1out,_("Need to get at most %sB of archives.\n"), SizeToStr(DebBytes).c_str()); // Size delta -- cgit v1.2.3