mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
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 <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
8c7202ca19
commit
2e6cb69bf6
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user