Changed "Total Uncompressed Size" to "Total Installed Size"

This commit is contained in:
Aaron Griffin 2006-12-05 07:11:27 +00:00
parent 2116ce78fb
commit aad3f6ab1f
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ int pacman_sync(list_t *targets)
indentprint(str, 9);
MSG(NL, _("\nTotal Package Size: %.1f MB\n"), mb);
if(umb > 0) {
MSG(NL, _("\nTotal Uncompressed Package Size: %.1f MB\n"), umb);
MSG(NL, _("\nTotal Installed Size: %.1f MB\n"), umb);
}
FREELIST(list_install);
FREE(str);