Rename remaining Slatwall generators from Sw* to Slatwall*

This commit is contained in:
Florian Festi 2019-07-04 22:59:32 +02:00
parent 573b630adc
commit a19debf1bd
5 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
from boxes import *
class SwPliersHolder(Boxes):
class SlatwallPliersHolder(Boxes):
"""Bar to hang pliers on"""
ui_group = "SlatWall"

View File

@ -17,7 +17,7 @@
from boxes import *
from boxes.lids import _TopEdge
class SwTypeTray(_TopEdge):
class SlatwallTypeTray(_TopEdge):
"""Type tray - allows only continuous walls"""
ui_group = "SlatWall"