summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index d419adb..1422166 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -232,20 +232,20 @@ if ($_POST) {
switch ($_GET['mode']) {
case 'reinstallall':
- $headline = gettext("Reinstall all packages");
+ $headline = gettext("Reinstall all Packages");
case 'reinstallpkg':
if ($_GET['from'] && $_GET['to']) {
- $headline = gettext("Upgrade package");
+ $headline = gettext("Upgrade Package");
} else {
- $headline = gettext("Reinstall package");
+ $headline = gettext("Reinstall Package");
}
break;
case 'delete':
- $headline = gettext("Remove package");
+ $headline = gettext("Remove Package");
break;
default:
- $headline = gettext("Install package");
+ $headline = gettext("Install Package");
break;
}
}
OpenPOWER on IntegriCloud