From 880e5499fb6ddf7fde7ea520048225c7fe13326e Mon Sep 17 00:00:00 2001 From: chrox Date: Fri, 1 Aug 2014 22:01:57 +0800 Subject: [PATCH] more informative notification --- plugins/evernote.koplugin/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/evernote.koplugin/main.lua b/plugins/evernote.koplugin/main.lua index 629cd96dc..69a8aa6ba 100644 --- a/plugins/evernote.koplugin/main.lua +++ b/plugins/evernote.koplugin/main.lua @@ -89,7 +89,7 @@ function EvernoteExporter:addToMainMenu(tab_item_table) end) UIManager:show(InfoMessage:new{ - text = _("This may take several seconds..."), + text = _("Exporting may take several seconds..."), timeout = 1, }) end @@ -105,7 +105,7 @@ function EvernoteExporter:addToMainMenu(tab_item_table) end) UIManager:show(InfoMessage:new{ - text = _("This may take several minutes..."), + text = _("Exporting may take several minutes..."), timeout = 1, }) end