mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[plugins] TimeSync @lang fix comma splice
This commit is contained in:
committed by
Qingping Hou
parent
4a7225950a
commit
8476487c05
@@ -42,7 +42,7 @@ local function execute()
|
||||
UIManager:forceRePaint()
|
||||
local txt
|
||||
if os.execute(command) ~= 0 then
|
||||
txt = _("Failed to retrieve time, please check your network configuration.")
|
||||
txt = _("Failed to retrieve time from server. Please check your network configuration.")
|
||||
else
|
||||
txt = currentTime()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user