update text in menu help item

This commit is contained in:
Qingping Hou
2013-04-08 15:47:41 +08:00
parent bdd884b849
commit 5a96c00142

View File

@@ -61,7 +61,7 @@ function ReaderMenu:setUpdateItemTable()
text = _("Help"),
callback = function()
UIManager:show(InfoMessage:new{
text = _("Just kidding, this page is not implemented yet."),
text = _("Please report bugs to https://github.com/koreader/ koreader/issues"),
})
end
})