Project

General

Profile

« Previous | Next » 

Revision 245b8ae5

Added by k-paulius over 9 years ago

Fix mistyped word

View differences:

src/usr/local/www/pkg_mgr_install.php
544 544
	$('#final').addClass("alert-info");
545 545
	if ("<?=$_POST['mode']?>" != "reinstallall") {
546 546
		$('#final').html("<p><?=$pkg_wait_txt?>" + "</p><p>" +
547
			"<?=gettext("This make take several minutes!")?>" + "</p>");
547
			"<?=gettext("This may take several minutes!")?>" + "</p>");
548 548
	} else {
549 549
		$('#final').html("<p><?=gettext('Please wait while the reinstallation of all packages completes.')?>" + "</p><p>" +
550
			"<?=gettext("This make take several minutes!")?>" + "</p>");
550
			"<?=gettext("This may take several minutes!")?>" + "</p>");
551 551
	}
552 552
	$('#final').show();
553 553
}

Also available in: Unified diff