summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-14 09:13:44 -0200
committerRenato Botelho <renato@netgate.com>2016-01-14 09:13:44 -0200
commit284788bb37b2b158319c93904f5d08506d01f5c8 (patch)
tree3e5a40f3eb0716c37d626fcec3c9521e2eb1ccaf /src/usr/local/www/pkg_mgr_install.php
parent5d61e77898b1830adfabc9fa77c514a68a45c3bf (diff)
parentbd9ba3215d7cf14f5fbc116189096e7a46e7b9fc (diff)
downloadpfsense-284788bb37b2b158319c93904f5d08506d01f5c8.zip
pfsense-284788bb37b2b158319c93904f5d08506d01f5c8.tar.gz
Merge pull request #2424 from phil-davis/patch-2
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 26f44fe..a09cc82 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -247,7 +247,7 @@ if ($_POST) {
if ($_GET && $_GET['id'] == "firmware") {
$firmwareupdate = true;
$firmwareversion = get_system_pkg_version();
- $headline = gettext("System update") ;
+ $headline = gettext("System Update") ;
}
$tab_array = array();
@@ -310,7 +310,7 @@ if ($input_errors) {
<?php
} else if ($firmwareupdate) {
?>
- <?=$g['product_name']?> <?=gettext(" system update")?>
+ <?=$g['product_name']?> <?=gettext(" System Update")?>
<?php
} else {
?>
@@ -347,7 +347,7 @@ if ($input_errors) {
?>
<div class="form-group">
<label class="col-sm-2 control-label">
- <?=gettext("Confirm Upgrade")?>
+ <?=gettext("Confirm Update")?>
</label>
<div class="col-sm-10">
<input type="hidden" name="id" value="firmware" />
OpenPOWER on IntegriCloud