diff options
author | 2017-09-03 15:08:08 -0500 | |
---|---|---|
committer | 2017-09-04 10:12:21 +1000 | |
commit | 7e75ba4bfa0c7bd69fd3793fc920919d5cd8c381 (patch) | |
tree | bdede2f2606dfd81fd0c647e6503188f8bdd4e25 /plugins/cheat/init.lua | |
parent | 53809fca955b17df36c7f737ded0a554f5c7a7a5 (diff) |
luaengine: translation support [Carl]
Diffstat (limited to 'plugins/cheat/init.lua')
-rw-r--r-- | plugins/cheat/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheat/init.lua b/plugins/cheat/init.lua index c05538800e1..6d8712a7299 100644 --- a/plugins/cheat/init.lua +++ b/plugins/cheat/init.lua @@ -680,7 +680,7 @@ function cheat.startplugin() end, function() return menu_populate() - end, "Cheat") + end, _("Cheat")) emu.register_start(function() if not stop then |