1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-02 00:25:07 -04:00

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 <shiningxc@gmail.com>
This commit is contained in:
Chantry Xavier 2007-11-17 23:35:22 +01:00 committed by Dan McGee
parent 5f0c241987
commit 829a7b904d

View File

@ -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... "));