From 6ca24d592455f0ea7558dc70b78e59b3877a476a Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 5 Dec 2006 08:39:32 +0000 Subject: Changed upgrade message to use the term "installation" to make the meaning more clear --- src/pacman/sync.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 6ccf4112..604cf4c2 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -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] ")); } } } -- cgit v1.2.3-54-g00ecf