diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-13 19:05:00 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-13 19:05:00 +0200 |
| commit | 9d864c7dab6499eb99d8ec8c932826b1db67c335 (patch) | |
| tree | ecceb8d27f2a617ac38ee90885053888a41bbcb4 | |
| parent | 106fd5d3fdfd018a671b72cbc61e8c73ede621df (diff) | |
Rename "Installed size:" to "Space needed:"
| -rw-r--r-- | apt-private/private-install.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc index 3efae0112..4cf10b481 100644 --- a/apt-private/private-install.cc +++ b/apt-private/private-install.cc @@ -335,7 +335,7 @@ bool InstallPackages(CacheFile &Cache, APT::PackageVector &HeldBackPackages, boo if (Cache->UsrSize() >= 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,outVer < 30 ? _("After this operation, %sB of additional disk space will be used.\n") : _(" Installed size: %sB\n"), + ioprintf(c1out,outVer < 30 ? _("After this operation, %sB of additional disk space will be used.\n") : _(" Space needed: %sB\n"), SizeToStr(Cache->UsrSize()).c_str()); else //TRANSLATOR: The required space between number and unit is already included |
