summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-18 12:15:38 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-18 12:15:38 -0500
commit440a30cf574e6ece252ee88e31a4a610d8a8f35a (patch)
tree4c5355dc7cce7d89425639fdb12a88c2f86fccfd /src/usr/local/www/pkg_mgr_install.php
parent4d4eefabb70a4d895e564ff0a57721b11d59dadc (diff)
downloadpfsense-440a30cf574e6ece252ee88e31a4a610d8a8f35a.zip
pfsense-440a30cf574e6ece252ee88e31a4a610d8a8f35a.tar.gz
Detailed cosmetic changes to the system update system
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 6917c02..ff5dd60 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -258,7 +258,7 @@ $tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.ph
$tab_array[] = array(gettext("Package Installer"), true, "");
if($firmwareupdate) {
- $tab_array[] = array(gettext("Updater Settings"), false, "system_update_settings.php");
+ $tab_array[] = array(gettext("Update Settings"), false, "system_update_settings.php");
}
display_top_tabs($tab_array);
@@ -306,7 +306,7 @@ if ($input_errors)
<?php
} else if ($firmwareupdate) {
?>
- <?=$g['product_name']?> <?=gettext(" system firmware update")?>
+ <?=$g['product_name']?> <?=gettext(" system update")?>
<?php
} else {
?>
@@ -323,7 +323,7 @@ if ($input_errors)
?>
<div class="form-group">
<label class="col-sm-2 control-label">
- <?=gettext("Installed firmware")?>
+ <?=gettext("Current base system")?>
</label>
<div class="col-sm-10">
<?=$firmwareversion['installed_version']?>
@@ -332,7 +332,7 @@ if ($input_errors)
<div class="form-group">
<label class="col-sm-2 control-label">
- <?=gettext("Newest firmware")?>
+ <?=gettext("Latest base system")?>
</label>
<div class="col-sm-10">
<?=$firmwareversion['version']?>
OpenPOWER on IntegriCloud