[plugins] TimeSync @lang fix comma splice

This commit is contained in:
Frans de Jonge
2017-02-19 12:33:42 +01:00
committed by Qingping Hou
parent 4a7225950a
commit 8476487c05

View File

@@ -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