From: nickthetait Date: Fri, 22 Jan 2016 15:48:25 +0000 (-0700) Subject: Update labeling in about screen X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a3a90ad370143c8ae8f935d448a5daa0129bed56;p=cura.git Update labeling in about screen --- diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index 2d67571c..b2d28b6b 100644 --- a/Cura/gui/aboutWindow.py +++ b/Cura/gui/aboutWindow.py @@ -42,7 +42,7 @@ class aboutWindow(wx.Frame): s.Add(wx.HyperlinkCtrl(p, -1, url2, url2)) s.Add(wx.StaticText(p, -1, '')) - s.Add(wx.StaticText(p, -1, 'End solution for Open Source Fused Filament Fabrication 3D printing.'), flag=wx.TOP, border=5) + s.Add(wx.StaticText(p, -1, 'End solution for Free Software Fused Filament Fabrication 3D printing.'), flag=wx.TOP, border=5) s.Add(wx.StaticText(p, -1, 'Cura is currently developed and maintained by David Braam and Ultimaker.'), flag=wx.TOP, border=5) s.Add(wx.StaticText(p, -1, 'Cura LulzBot Edition has been modified and maintained by Aleph Objects, Inc.')) s.Add(wx.StaticText(p, -1, 'for use with LulzBot 3D printers.'))