summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-12-31 03:29:08 -0500
committerChris Buechler <cmb@pfsense.org>2010-12-31 03:29:08 -0500
commitbf924b162a6f7ab3bae5f5d5ee93c52c5345fb13 (patch)
tree1ec265f8b39787c0691a22221c759ffa386e4562 /usr/local/www/pkg_mgr_installed.php
parente85604b8ff4374c42bc16cbe8f5013c5a242dffc (diff)
downloadpfsense-bf924b162a6f7ab3bae5f5d5ee93c52c5345fb13.zip
pfsense-bf924b162a6f7ab3bae5f5d5ee93c52c5345fb13.tar.gz
since packages aren't version-specific anymore, clarify to Available Packages
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 2708c78..c544d73 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -60,10 +60,11 @@ include("head.inc");
<?php
$version = file_get_contents("/etc/version");
$tab_array = array();
- $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php");
+ $tab_array[] = array(gettext("Available Packages"), false, "pkg_mgr.php");
+// $tab_array[] = array("{$version} " . gettext("packages"), false, "pkg_mgr.php");
// $tab_array[] = array("Packages for any platform", false, "pkg_mgr.php?ver=none");
// $tab_array[] = array("Packages for a different platform", $requested_version == "other" ? true : false, "pkg_mgr.php?ver=other");
- $tab_array[] = array(gettext("Installed packages"), true, "pkg_mgr_installed.php");
+ $tab_array[] = array(gettext("Installed Packages"), true, "pkg_mgr_installed.php");
display_top_tabs($tab_array);
?>
</td>
OpenPOWER on IntegriCloud