From 21e768ecb175511d7ad8f4621a0921608fde43cf Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 6 Feb 2017 21:28:16 +0545 Subject: 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. --- src/usr/local/www/head.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/head.inc') 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); -- cgit v1.1