[plugins] TimeSync @lang fix comma splice

pull/2558/head
Frans de Jonge 7 years ago 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

Loading…
Cancel
Save