Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix installation message.
Vsevolod Stakhov committed 12 years ago
commit a478bc48c0f1b8adb325776a2e56adc22f25f1ee
parent 20dfa21
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;
		}