chiark / gitweb /
Add default machine profiles for other machines then Ultimakers.
[cura.git] / Cura / gui / aboutWindow.py
index 1e4bed726c645708a6ef080704e5e8c4a4e1780e..703f0086084b8640d491891dbc09fab96d8ced06 100644 (file)
@@ -42,6 +42,12 @@ class aboutWindow(wx.Dialog):
                        self.addComponent('EjectMedia', 'Utility to safe-remove SD cards', 'Freeware', 'http://www.uwe-sieber.de/english.html')
                self.addComponent('Pymclevel', 'Python library for reading Minecraft levels.', 'ISC', 'https://github.com/mcedit/pymclevel')
 
+               #Translations done by:
+               #Dutch: Charlotte Jansen
+               #German: Gregor Luetolf
+               #Polish: Piotr Paczynski
+               #French: Jeremie Francois
+               #Spanish: Jose Gemez
                self.Fit()
 
        def addComponent(self, name, description, license, url):