Added Help Tip to Help menu

This commit is contained in:
Twobob
2013-04-09 18:32:30 +01:00
parent f63c315337
commit bb15773853

View File

@@ -61,7 +61,7 @@ function ReaderMenu:setUpdateItemTable()
text = _("Help"),
callback = function()
UIManager:show(InfoMessage:new{
text = _("Please report bugs to https://github.com/koreader/ koreader/issues"),
text = _("Please report bugs to https://github.com/koreader/ koreader/issues, Click at the bottom of the page for more options"),
})
end
})