From 829a7b904dcb56aa17cd9279f29385dad2814793 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Sat, 17 Nov 2007 23:35:22 +0100 Subject: Minor rephrasing of the question asked by -Sc. Suggested by stonecrest on irc : 'I think "uninstalled" would be better, as it implies that the package was once installed and since removed. Otherwise a user might wonder why there are non-installed pkgs in cache' Signed-off-by: Chantry Xavier --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index bd29fc9c..10a61613 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -128,7 +128,7 @@ static int sync_cleancache(int level) * package and see if it has an entry in the local DB; if not, delete it. */ printf(_("Cache directory: %s\n"), cachedir); - if(!yesno(_("Do you want to remove non-installed packages from cache? [Y/n] "))) { + if(!yesno(_("Do you want to remove uninstalled packages from cache? [Y/n] "))) { return(0); } printf(_("removing old packages from cache... ")); -- cgit v1.2.3-54-g00ecf