summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 00:40:23 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-13 16:38:00 -0500
commit1176360c1dfced60d0f4604296458bb8ccd63e9f (patch)
treeaccabcec1d52e2056bfd8a07ddf94ca3a3a04dbb /src
parent7ca42d47c0fb73f9a391f88a08b8e8c876c9e9d9 (diff)
downloadpfsense-1176360c1dfced60d0f4604296458bb8ccd63e9f.zip
pfsense-1176360c1dfced60d0f4604296458bb8ccd63e9f.tar.gz
Use consistent webConfigurator spelling
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_tables.php2
-rw-r--r--src/usr/local/www/system.php4
-rw-r--r--src/usr/local/www/system_advanced_admin.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 769fab4..00d0d88 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -127,7 +127,7 @@ if ($savemsg) {
}
if ($tablename == "webConfiguratorlockout") {
- $displayname = gettext("Web Configurator Lockout Table");
+ $displayname = gettext("webConfigurator Lockout Table");
} else {
$displayname = sprintf(gettext("%s Table"), ucfirst($tablename));
}
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 0cd77e7..7f4cce3 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -494,14 +494,14 @@ if (!isset($pconfig['webguicss']) || !isset($csslist[$pconfig['webguicss']])) {
$pconfig['webguicss'] = "pfSense.css";
}
-$section = new Form_Section('Web Configurator');
+$section = new Form_Section('webConfigurator');
$section->addInput(new Form_Select(
'webguicss',
'Theme',
$pconfig['webguicss'],
$csslist
-))->setHelp('Choose an alternative css file (if installed) to change the appearance of the WebConfigurator. css files are located in /usr/local/www/bootstrap/css');
+))->setHelp('Choose an alternative css file (if installed) to change the appearance of the webConfigurator. css files are located in /usr/local/www/bootstrap/css');
$section->addInput(new Form_Select(
'webguifixedmenu',
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index e56e630..e54f5a6 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -336,7 +336,7 @@ display_top_tabs($tab_array);
?><div id="container"><?php
$form = new Form;
-$section = new Form_Section('WebConfigurator');
+$section = new Form_Section('webConfigurator');
$group = new Form_Group('Protocol');
$group->add(new Form_Checkbox(
OpenPOWER on IntegriCloud