Changed upgrade message to use the term "installation" to make the meaning more

clear
This commit is contained in:
Aaron Griffin 2006-12-05 08:39:32 +00:00
parent 5a48e4f1b6
commit 6ca24d5924
1 changed files with 2 additions and 1 deletions

View File

@ -116,6 +116,7 @@ static int sync_cleancache(int level)
if(split_pkgname(s, n, v) != 0) {
continue;
}
/* TODO Do not remove the currently installed version EITHER */
if(!strcmp(name, n)) {
char *ptr = (alpm_pkg_vercmp(version, v) < 0) ? str : s;
if(!list_is_strin(ptr, clean)) {
@ -656,7 +657,7 @@ int pacman_sync(list_t *targets)
confirm = 1;
} else {
MSG(NL, "\n");
confirm = yesno(_("Proceed with upgrade? [Y/n] "));
confirm = yesno(_("Proceed with installation? [Y/n] "));
}
}
}