From f86ca6ecc7fd85a30cae3785589a16ad645c4012 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Mon, 25 Jan 2016 12:20:18 -0700 Subject: [PATCH] Update a few more items in about screen --- Cura/gui/aboutWindow.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index b2d28b6b..04453418 100644 --- a/Cura/gui/aboutWindow.py +++ b/Cura/gui/aboutWindow.py @@ -43,9 +43,9 @@ class aboutWindow(wx.Frame): s.Add(wx.StaticText(p, -1, '')) 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.')) + s.Add(wx.StaticText(p, -1, 'Cura LulzBot Edition is maintained by Aleph Objects, Inc. for use with'), flag=wx.TOP, border=5) + s.Add(wx.StaticText(p, -1, 'LulzBot 3D printers. It is derived from Cura, which was created')) + s.Add(wx.StaticText(p, -1, 'by David Braam and Ultimaker.')) s2.Add(wx.StaticText(p2, -1, 'Cura is built with the following components:'), flag=wx.TOP, border=10) self.addComponent('Cura', 'Graphical user interface', 'AGPLv3', 'https://github.com/daid/Cura') @@ -69,7 +69,8 @@ class aboutWindow(wx.Frame): self.addComponent('3d-printer', 'by Toke Frello', 'CC BY 3.0 US', 'https://thenounproject.com/term/3d-printer/170216/') self.addComponent('Check Mark', 'by Stefan Parnarov', 'CC BY 3.0', 'https://thenounproject.com/term/check-mark/63794/') - s2.Add(wx.StaticText(p2, -1, "Copyright (C) 2014-2016 Aleph Objects, Inc. - Released under terms of the AGPLv3 License"), flag=wx.TOP, border=10) + s2.Add(wx.StaticText(p2, -1, "Copyright (C) 2014, 2015, 2016 Aleph Objects, Inc."), flag=wx.TOP, border=10) + s2.Add(wx.StaticText(p2, -1, " - Released under terms of the AGPLv3 License")) s2.Add(wx.StaticText(p2, -1, "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License")) #Translations done by: #Dutch: Charlotte Jansen -- 2.30.2