summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_edit.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-10 21:51:10 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-10 21:51:10 -0600
commit5f88f964a6939a9b15cbf95acd9b4c0c57fa0d08 (patch)
tree01df7c7945ec568665d8ae16d8d555a7c13e1ff7 /src/usr/local/www/pkg_edit.php
parent4fe66748bcb2d63ba296d5f0ab891ce598db7793 (diff)
downloadpfsense-5f88f964a6939a9b15cbf95acd9b4c0c57fa0d08.zip
pfsense-5f88f964a6939a9b15cbf95acd9b4c0c57fa0d08.tar.gz
Convert section titles to title case
Diffstat (limited to 'src/usr/local/www/pkg_edit.php')
-rw-r--r--src/usr/local/www/pkg_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index 2db6b6e..8f85909 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -657,7 +657,7 @@ $form->addGlobal(new Form_Input(
if ($pkg['advanced_options'] == "enabled") {
$advfield_count = 0;
- $advanced = new Form_Section(gettext("Advanced features"));
+ $advanced = new Form_Section(gettext("Advanced Features"));
$advanced->addClass('advancedoptions');
}
@@ -735,7 +735,7 @@ foreach ($pkg['fields']['field'] as $pkga) {
// If we get here but have no $section, the package config file probably had no listtopic field
// We can create a section with a generic name to fix that
if (!$section) {
- $section = new Form_Section(gettext('General options'));
+ $section = new Form_Section(gettext('General Options'));
}
switch ($pkga['type']) {
OpenPOWER on IntegriCloud