From 4c524de472352a2f453432adc4965462f26a2f42 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 24 Jul 2020 10:46:55 +0200 Subject: [PATCH] Fix typo (#6425) Reported by https://hosted.weblate.org/user/leschek/ on Weblate --- plugins/wallabag.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wallabag.koplugin/main.lua b/plugins/wallabag.koplugin/main.lua index 26fb2aec3..56b9e7ea1 100644 --- a/plugins/wallabag.koplugin/main.lua +++ b/plugins/wallabag.koplugin/main.lua @@ -674,7 +674,7 @@ function Wallabag:processRemoteDeletes(remote_article_ids) end logger.dbg("Wallabag: articles IDs from server: ", remote_article_ids) - local info = InfoMessage:new{ text = _("Synchonising remote deletions…") } + local info = InfoMessage:new{ text = _("Synchronizing remote deletions…") } UIManager:show(info) UIManager:forceRePaint() UIManager:close(info)