summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-21 15:38:45 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-21 15:39:29 -0500
commitb50d30c3a6d29b02cc7f4fe66f3a16bc7a4ea1a6 (patch)
treea6d9f2891f3f3dae0d1fd69ae16ca3cc84880980 /src/usr/local/www/system.php
parentfd5e3a0800bd0a437f86054efd10827847907f6e (diff)
downloadpfsense-b50d30c3a6d29b02cc7f4fe66f3a16bc7a4ea1a6.zip
pfsense-b50d30c3a6d29b02cc7f4fe66f3a16bc7a4ea1a6.tar.gz
Fixed #5789
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index a8d16bf..c0c5489 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -507,7 +507,7 @@ $section->addInput(new Form_Select(
'webguifixedmenu',
'Top Navigation',
$pconfig['webguifixedmenu'],
- ["" => "Scrolls with page", "fixed" => "Fixed (Remains visible at top of page)"]
+ ["" => gettext("Scrolls with page"), "fixed" => gettext("Fixed (Remains visible at top of page)")]
))->setHelp("The fixed option is intended for large screens only.");
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud