Device:retrieveNetworkInfo: Make "Default gateway" translatable

re: #8739
This commit is contained in:
NiLuJe
2023-02-17 23:34:01 +01:00
parent 08b0c088e5
commit 6dc41fe02a

View File

@@ -532,7 +532,7 @@ function Device:retrieveNetworkInfo()
end
end
if default_gw then
result = result .. "Default gateway: " .. default_gw .. "\n"
result = result .. T(_("Default gateway: %1"), default_gw) .. "\n"
-- NOTE: No -w flag available in the old busybox build used on Legacy Kindles (K4 included)...
local pingok
if self:isKindle() and self:hasDPad() then