- the mdstat values are in the two Chinese language files

Signed-off-by: Adolf Belka <[email protected]>
---
 config/menu/20-status.menu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/menu/20-status.menu b/config/menu/20-status.menu
index 5d956d0b6..945c4ad2c 100644
--- a/config/menu/20-status.menu
+++ b/config/menu/20-status.menu
@@ -86,8 +86,8 @@
                                  'title' => 'Atm-status',
                                  'enabled' => (`find /sys/class/atm/*/device 
2>/dev/null` ? 1 : 0),
                                  };
-    $substatus->{'76.mdstat'} = {'caption' => 'Mdstat',
+    $substatus->{'76.mdstat'} = {'caption' => $Lang::tr{'mdstat'},
                                  'uri' => '/cgi-bin/mdstat.cgi',
-                                 'title' => 'Mdstat',
+                                 'title' => $Lang::tr{'mdstat'},
                                  'enabled' => 1,
                                  };
-- 
2.50.0


Reply via email to