From 5eff127cf6d23520ee13e79600a67036baa7eb5c Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 19 Aug 2018 20:20:00 +0200 Subject: [PATCH] [fix, lang] Typo in Evernotes description (#4173) --- plugins/evernote.koplugin/_meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/evernote.koplugin/_meta.lua b/plugins/evernote.koplugin/_meta.lua index 8f8508cb3..1ff8825f2 100644 --- a/plugins/evernote.koplugin/_meta.lua +++ b/plugins/evernote.koplugin/_meta.lua @@ -2,5 +2,5 @@ local _ = require("gettext") return { name = "evernote", fullname = _("Evernote"), - description = _([[Exports hightlights and notes to the Evernote cloud.]]), + description = _([[Exports highlights and notes to the Evernote cloud.]]), }