mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -05:00
Fixing line spacings of download/install size messages.
This commit is contained in:
parent
2119467392
commit
1042eda886
@ -680,7 +680,7 @@ int pacman_sync(alpm_list_t *targets)
|
||||
indentprint(str, 9);
|
||||
MSG(NL, _("\nTotal Package Size: %.1f MB\n"), mb);
|
||||
if(umb > 0) {
|
||||
MSG(NL, _("\nTotal Installed Size: %.1f MB\n"), umb);
|
||||
MSG(NL, _("Total Installed Size: %.1f MB\n"), umb);
|
||||
}
|
||||
FREELIST(list_install);
|
||||
FREE(str);
|
||||
|
Loading…
Reference in New Issue
Block a user