- The "quality of service" and "extrahd" values are in the two Chinese language 
files

Suggested-by: Opnwall
Tested-by: Adolf Belka <[email protected]>
Signed-off-by: Adolf Belka <[email protected]>
---
 config/menu/40-services.menu | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/menu/40-services.menu b/config/menu/40-services.menu
index 932a7f033..cd8e945af 100644
--- a/config/menu/40-services.menu
+++ b/config/menu/40-services.menu
@@ -26,13 +26,13 @@
                                'title' => "$Lang::tr{'time server'}",
                                'enabled' => 1,
                                };
-    $subservices->{'50.qos'} = {'caption' => 'Quality of Service',
+    $subservices->{'50.qos'} = {'caption' => $Lang::tr{'quality of service'},
                                'uri' => '/cgi-bin/qos.cgi',
-                               'title' => "Quality of Service",
+                               'title' => "$Lang::tr{'quality of service'}",
                                'enabled' => 1,
                                };
-    $subservices->{'70.extrahd'} = {'caption' => "ExtraHD",
-                               'enabled' => 1,
+    $subservices->{'70.extrahd'} = {'caption' => $Lang::tr{'extrahd'},
                                'uri' => '/cgi-bin/extrahd.cgi',
-                               'title' => "ExtraHD",
+                               'title' => "$Lang::tr{'extrahd'}",
+                               'enabled' => 1,
                                };
-- 
2.50.0


Reply via email to