From 2e6cb69bf6d6b2738d7a9c23c55d1734378402c7 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 29 Apr 2012 13:23:23 +1000 Subject: Output "Packages" instead of "Targets" Prefix the list of packages being installed/removed with "Packages" instead of "Targets" as they are package names by this stage. Fixes FS#23123. Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- src/pacman/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/util.c b/src/pacman/util.c index be8fc308..e8140d0f 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -910,7 +910,7 @@ static void _display_targets(alpm_list_t *targets, int verbose) } /* print to screen */ - pm_asprintf(&str, _("Targets (%d):"), alpm_list_count(targets)); + pm_asprintf(&str, _("Packages (%d):"), alpm_list_count(targets)); printf("\n"); cols = getcols(fileno(stdout)); -- cgit v1.2.3