mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Device:retrieveNetworkInfo: Make "Default gateway" translatable
re: #8739
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user