Index: src/pcb-menu-gtk.lht =================================================================== --- src/pcb-menu-gtk.lht (revision 8640) +++ src/pcb-menu-gtk.lht (revision 8641) @@ -628,7 +628,7 @@ ha:layer { li:submenu { - ha:Properties... = { action=EditLayer() } + ha:Layer properties... = { action=EditLayer() } ha:Grouping... (layer preferences) = { action=DoWindows(Preferences, 1, "User PoV/Layers") } - ha:Move up = { action=MoveLayer(c, up) } @@ -640,5 +640,12 @@ } } # layer + ha:group { + li:submenu { + ha:Group properties... = { action=EditGroup() } + ha:Grouping... (layer preferences) = { action=DoWindows(Preferences, 1, "User PoV/Layers") } + } + } # group + } # popups } # root