Skip to content

Commit

Permalink
Fix show menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zam1024t committed Aug 11, 2017
1 parent 35e9cd8 commit ac66fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Localize.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def makeMenu(locale, force = False):
caption = item
if isset(conf, 'caption') and conf['caption']:
caption = conf['caption']
menu[0]['children'][1]['children'].append({
menu[0]['children'][2]['children'].append({
"command": "localize",
"checkbox": True,
"args": {
Expand Down

0 comments on commit ac66fff

Please sign in to comment.