1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04: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);
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);