summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 64b8278..016d69a 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -80,7 +80,7 @@ include("fbegin.inc");
$latest_version = get_latest_package_version($pkg['name']);
if($latest_version == false) {
// We can't determine this package's version status.
- echo "Current version unkown.<br>Installed: " . $pkg['version'];
+ echo "Upgrade: Unknown.<br>Installed: " . $pkg['version'];
} elseif($pkg['version'] <> $latest_version) {
/* a new version of the package is available */
$id = get_pkg_id($pkg['name']);
OpenPOWER on IntegriCloud