From caf5978144f5120a1a5fbe532aba7b0739cb4148 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Fri, 12 Feb 2016 21:11:10 -0600 Subject: Synchronize page titles with tab titles; Rename few titles in order to be more consistent. --- src/usr/local/www/vpn_openvpn_client.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/usr/local/www/vpn_openvpn_client.php') diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php index 3b9ae7e..bc60d6c 100644 --- a/src/usr/local/www/vpn_openvpn_client.php +++ b/src/usr/local/www/vpn_openvpn_client.php @@ -56,8 +56,8 @@ ##|+PRIV ##|*IDENT=page-openvpn-client -##|*NAME=OpenVPN: Client -##|*DESCR=Allow access to the 'OpenVPN: Client' page. +##|*NAME=OpenVPN: Clients +##|*DESCR=Allow access to the 'OpenVPN: Clients' page. ##|*MATCH=vpn_openvpn_client.php* ##|-PRIV @@ -67,7 +67,7 @@ require_once("pkg-utils.inc"); global $openvpn_topologies; -$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Client")); +$pgtitle = array(gettext("VPN"), gettext("OpenVPN"), gettext("Clients")); $shortcut_section = "openvpn"; if (!is_array($config['openvpn']['openvpn-client'])) { @@ -441,8 +441,8 @@ if ($savemsg) { } $tab_array = array(); -$tab_array[] = array(gettext("Server"), false, "vpn_openvpn_server.php"); -$tab_array[] = array(gettext("Client"), true, "vpn_openvpn_client.php"); +$tab_array[] = array(gettext("Servers"), false, "vpn_openvpn_server.php"); +$tab_array[] = array(gettext("Clients"), true, "vpn_openvpn_client.php"); $tab_array[] = array(gettext("Client Specific Overrides"), false, "vpn_openvpn_csc.php"); $tab_array[] = array(gettext("Wizards"), false, "wizard.php?xml=openvpn_wizard.xml"); add_package_tabs("OpenVPN", $tab_array); -- cgit v1.1