add gettext to inputevent.lua

This commit is contained in:
Qingping Hou
2013-04-08 14:45:04 +08:00
parent b40be3d0f8
commit fb16790958
2 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ require "gettext"
HomeMenu = InputContainer:new{
item_table = {},
key_events = {
TapShowMenu = { {_("Home")}, doc = _("Show Home Menu")},
TapShowMenu = { {"Home"}, doc = _("Show Home Menu")},
},
ges_events = {
TapShowMenu = {