From 90d3c2303065aa7cd399718f63e9ae3a3c824fb3 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 14 Nov 2014 23:04:27 +0100 Subject: [PATCH] Enter *a* word to look up. --- frontend/apps/reader/modules/readerdictionary.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerdictionary.lua b/frontend/apps/reader/modules/readerdictionary.lua index d179b880f..6e01f3e8d 100644 --- a/frontend/apps/reader/modules/readerdictionary.lua +++ b/frontend/apps/reader/modules/readerdictionary.lua @@ -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)