Enter *a* word to look up.

This commit is contained in:
Frans de Jonge
2014-11-14 23:04:27 +01:00
parent fcb59bfd30
commit 90d3c23030

View File

@@ -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)