Enter *a* word to look up.

pull/1174/head
Frans de Jonge 10 years ago
parent fcb59bfd30
commit 90d3c23030

@ -17,7 +17,7 @@ function ReaderDictionary:addToMainMenu(tab_item_table)
table.insert(tab_item_table.plugins, {
text = _("Dictionary lookup"),
tap_input = {
title = _("Enter word to look up"),
title = _("Enter a word to look up"),
type = "text",
callback = function(input)
self:onLookupWord(input)

Loading…
Cancel
Save