mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Changed "Total Uncompressed Size" to "Total Installed Size"
This commit is contained in:
parent
2116ce78fb
commit
aad3f6ab1f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user