Skip to content

Commit

Permalink
Change PCBs to Boards in exporter hint
Browse files Browse the repository at this point in the history
  • Loading branch information
30350n committed Jan 23, 2024
1 parent 7dc3c7a commit ff6780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcb2blender_exporter/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def init_panel(self, boarddefs, ignored):

info = wx.StaticBoxSizer(wx.StaticBox(panel, label="Info"), orient=wx.VERTICAL)

text_detected = wx.StaticText(panel, label=f"Detected {len(boarddefs)} PCBs.")
text_detected = wx.StaticText(panel, label=f"Detected {len(boarddefs)} Boards.")
info.Add(text_detected, flag=wx.ALL, border=5)

for name, boarddef in sorted(boarddefs.items()):
Expand Down

0 comments on commit ff6780a

Please sign in to comment.