From 87ae1a2b4abf86d2710982f58bc312c5e312168d Mon Sep 17 00:00:00 2001 From: jim-p Date: Mon, 28 Feb 2011 14:02:37 -0500 Subject: Fix page title. --- usr/local/www/system_advanced_sysctl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/system_advanced_sysctl.php b/usr/local/www/system_advanced_sysctl.php index 4cd279a..d2b796f 100644 --- a/usr/local/www/system_advanced_sysctl.php +++ b/usr/local/www/system_advanced_sysctl.php @@ -124,7 +124,7 @@ if ($_POST) { include("head.inc"); -$pgtitle = array(gettext("System"),gettext("Advanced: Miscellaneous")); +$pgtitle = array(gettext("System"),gettext("Advanced: System Tunables")); include("head.inc"); ?> -- cgit v1.1