summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-16 16:25:12 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-16 17:33:04 -0500
commitc89f83c1ed1ba4aaa6398ca2611c6de566de6ca5 (patch)
tree9e8e9604bef26385f2c44ec13622e454544c4ae5 /src/usr/local/www/pkg_mgr_install.php
parent5aea7ebe0efaf032ae36a77252eaa62a1acdf500 (diff)
downloadpfsense-c89f83c1ed1ba4aaa6398ca2611c6de566de6ca5.zip
pfsense-c89f83c1ed1ba4aaa6398ca2611c6de566de6ca5.tar.gz
Fix mistyped word
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index c63862f..c4cee72 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -544,10 +544,10 @@ function show_info() {
$('#final').addClass("alert-info");
if ("<?=$_POST['mode']?>" != "reinstallall") {
$('#final').html("<p><?=$pkg_wait_txt?>" + "</p><p>" +
- "<?=gettext("This make take several minutes!")?>" + "</p>");
+ "<?=gettext("This may take several minutes!")?>" + "</p>");
} else {
$('#final').html("<p><?=gettext('Please wait while the reinstallation of all packages completes.')?>" + "</p><p>" +
- "<?=gettext("This make take several minutes!")?>" + "</p>");
+ "<?=gettext("This may take several minutes!")?>" + "</p>");
}
$('#final').show();
}
OpenPOWER on IntegriCloud