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 00:12:42 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-16 17:33:03 -0500
commit333401ed7d6592ddf8106c605ed8cc8b861a8192 (patch)
treef13c52093b0fad98616eab7aea7f6ed676c9f57b /src/usr/local/www/pkg_mgr_install.php
parenta34759f3f22821be598b6264e992040485786349 (diff)
downloadpfsense-333401ed7d6592ddf8106c605ed8cc8b861a8192.zip
pfsense-333401ed7d6592ddf8106c605ed8cc8b861a8192.tar.gz
Change wording from stating what is going to happen to asking user if they want it to happen.
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index b1686ce..7afe882 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -295,7 +295,7 @@ if ($input_errors) {
<?php
} else if ($firmwareupdate) {
?>
- <?=$g['product_name']?> <?=gettext(" System Update")?>
+ <?=sprintf(gettext('Are you sure you want to update %s system?'), $g['product_name'])?>
<?php
} else {
?>
OpenPOWER on IntegriCloud