On Thu, Feb 21, 2002 at 12:56:10PM +0100, Wichert Akkerman wrote:

>     // Size delta
>     if (Cache->UsrSize() >= 0)
> -      ioprintf(c1out,_("After unpacking %sB will be used.\n"),
> +      ioprintf(c1out,_("After unpacking %sB of additional diskpace will be 
> used.\n"),
                                                             ^^^^^^^^
typo, should be "diskspace" (or better, "disk space" in both places)

>              SizeToStr(Cache->UsrSize()).c_str());
>     else
> -      ioprintf(c1out,_("After unpacking %sB will be freed.\n"),
> +      ioprintf(c1out,_("After unpacking %sB diskspace will be freed.\n"),

-- 
 - mdz

Reply via email to