summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index 1e9bbd89..6ccf4112 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -633,7 +633,7 @@ int pacman_sync(list_t *targets)
indentprint(str, 9);
MSG(NL, _("\nTotal Package Size: %.1f MB\n"), mb);
if(umb > 0) {
- MSG(NL, _("\nTotal Uncompressed Package Size: %.1f MB\n"), umb);
+ MSG(NL, _("\nTotal Installed Size: %.1f MB\n"), umb);
}
FREELIST(list_install);
FREE(str);