mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
more informative notification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user