From 8476487c059a13528354de2f8315a07ebf0f0688 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 19 Feb 2017 12:33:42 +0100 Subject: [PATCH] [plugins] TimeSync @lang fix comma splice --- plugins/timesync.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/timesync.koplugin/main.lua b/plugins/timesync.koplugin/main.lua index d173f8a62..a1301c830 100644 --- a/plugins/timesync.koplugin/main.lua +++ b/plugins/timesync.koplugin/main.lua @@ -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