Skip to content

Commit

Permalink
placehoDLer -> placehoLDer (#553)
Browse files Browse the repository at this point in the history
Fix for little typo
  • Loading branch information
maximevince authored Nov 18, 2024
1 parent 35479b9 commit e553877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def generate_fabrication_data(self, *_):
and not self.check_order_number()
):
result = wx.MessageBox(
"JLC order number placehodler not present! Continue?",
"JLC order number placeholder not present! Continue?",
"JLC order number placeholder",
wx.OK | wx.CANCEL | wx.CENTER,
)
Expand Down

0 comments on commit e553877

Please sign in to comment.