From 2f6b43dc648f17591a320af93175c12468269a82 Mon Sep 17 00:00:00 2001 From: Maxime Vincent Date: Mon, 18 Nov 2024 14:14:56 +0100 Subject: [PATCH] placehoDLer -> placehoLDer (#553) Fix for little typo --- mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.py b/mainwindow.py index 1b979cf..3ff55d5 100644 --- a/mainwindow.py +++ b/mainwindow.py @@ -834,7 +834,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, )