Minor English improvements.

This commit is contained in:
Frans de Jonge
2014-11-12 12:29:38 +01:00
parent 8171fcc52d
commit ff4e2f3458
8 changed files with 14 additions and 14 deletions

View File

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