summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-06 21:28:16 +0545
committerGitHub <noreply@github.com>2017-02-06 21:28:16 +0545
commit21e768ecb175511d7ad8f4621a0921608fde43cf (patch)
tree3cfd5991c67deee9f86949d2a3e67bd23f51dfa8 /src/usr/local/www/head.inc
parentc728ede6d0a39425716baeef698726108b39469c (diff)
downloadpfsense-21e768ecb175511d7ad8f4621a0921608fde43cf.zip
pfsense-21e768ecb175511d7ad8f4621a0921608fde43cf.tar.gz
Do not attempt to translate '-DIVIDER-'
'-DIVIDER-' is a keyword here. If someone does translate this, then the divider is going to go missing when in their language.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index d69e512..0b9e197 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -219,7 +219,7 @@ $ext_menu_path_data = read_ext_menu_path_data();
// NOTE:
-// $your_menu[] = array(gettext("-DIVIDER-"), ""); adds a horizontal divider to the menu. See $interfaces_menu[] for example
+// $your_menu[] = array("-DIVIDER-", ""); adds a horizontal divider to the menu. See $interfaces_menu[] for example
// System
$system_menu = array();
@@ -261,7 +261,7 @@ if ($platform['name'] == "uFW") {
}
if ($div) {
- $interfaces_menu[] = array(gettext("-DIVIDER-"), "");
+ $interfaces_menu[] = array("-DIVIDER-", "");
}
$opts = get_configured_interface_with_descr(false, true);
OpenPOWER on IntegriCloud