Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix installation message.
Vsevolod Stakhov committed 12 years ago
commit a478bc48c0f1b8adb325776a2e56adc22f25f1ee
parent 20dfa21cef98bf5ce9405684f857c477c963938a
1 file changed +2 -2
modified src/install.c
@@ -183,12 +183,12 @@ exec_install(int argc, char **argv)
		yes = yes_arg;
		if (!quiet || dry_run) {
			print_jobs_summary(jobs,
-
			    "The following %d packages will be installed (of %d in the universe):\n\n",
+
			    "The following %d packages will be affected (of %d in the universe):\n\n",
			    nbactions, pkg_jobs_total(jobs));

			if (!yes && !dry_run)
				yes = query_yesno(
-
				    "\nProceed with installing packages [y/N]: ");
+
				    "\nProceed with this action [y/N]: ");
			if (dry_run)
				yes = false;
		}