1
0
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:
Dan McGee 2007-01-30 18:25:54 +00:00
parent 2119467392
commit 1042eda886

View File

@ -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);