diff options
| -rw-r--r-- | src/pacman/util.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)); | 
