mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 04:57:59 -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);
|
indentprint(str, 9);
|
||||||
MSG(NL, _("\nTotal Package Size: %.1f MB\n"), mb);
|
MSG(NL, _("\nTotal Package Size: %.1f MB\n"), mb);
|
||||||
if(umb > 0) {
|
if(umb > 0) {
|
||||||
MSG(NL, _("\nTotal Installed Size: %.1f MB\n"), umb);
|
MSG(NL, _("Total Installed Size: %.1f MB\n"), umb);
|
||||||
}
|
}
|
||||||
FREELIST(list_install);
|
FREELIST(list_install);
|
||||||
FREE(str);
|
FREE(str);
|
||||||
|
Loading…
Reference in New Issue
Block a user