[pacman-dev] CVS update of pacman-lib/src/pacman (sync.c)
Date: Tuesday, January 30, 2007 @ 13:25:54 Author: dan Path: /home/cvs-pacman/pacman-lib/src/pacman Modified: sync.c (1.102 -> 1.103) Fixing line spacings of download/install size messages. --------+ sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pacman-lib/src/pacman/sync.c diff -u pacman-lib/src/pacman/sync.c:1.102 pacman-lib/src/pacman/sync.c:1.103 --- pacman-lib/src/pacman/sync.c:1.102 Tue Jan 30 03:35:40 2007 +++ pacman-lib/src/pacman/sync.c Tue Jan 30 13:25:54 2007 @@ -680,7 +680,7 @@ 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);
participants (1)
-
dan@archlinux.org