Skip to content

Commit ac66fff

Browse files
committed
Fix show menu
1 parent 35e9cd8 commit ac66fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Localize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def makeMenu(locale, force = False):
176176
caption = item
177177
if isset(conf, 'caption') and conf['caption']:
178178
caption = conf['caption']
179-
menu[0]['children'][1]['children'].append({
179+
menu[0]['children'][2]['children'].append({
180180
"command": "localize",
181181
"checkbox": True,
182182
"args": {

0 commit comments

Comments
 (0)