From daedfb7a590e98f5c62ad19607304ed1c1c66991 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 28 Jul 2015 16:10:47 -0600 Subject: [PATCH] Tiny labeling change --- Cura/gui/configWizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index ab7e21ce..028e50c1 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -1061,7 +1061,7 @@ class LulzbotMachineSelectPage(InfoPage): self.LulzbotTaz5.OnSelected(self.OnLulzbotSelected) self.LulzbotTaz4 = ImageButton(self.panel, _("LulzBot TAZ 4"), self.GetBitmap('Lulzbot_TAZ4.jpg')) self.LulzbotTaz4.OnSelected(self.OnLulzbotSelected) - self.OtherPrinters = ImageButton(self.panel, _("Other printers"), self.GetBitmap('Other_Printers.jpg')) + self.OtherPrinters = ImageButton(self.panel, _("Non-LulzBot Printers"), self.GetBitmap('Other_Printers.jpg')) self.OtherPrinters.OnSelected(self.OnOthersSelected) self.panel.GetSizer().Add(self.LulzbotMini, pos=(0, 0)) -- 2.30.2