chiark / gitweb /
typo fix.
authordaid303 <daid303@gmail.com>
Wed, 20 Mar 2013 12:49:30 +0000 (13:49 +0100)
committerdaid303 <daid303@gmail.com>
Wed, 20 Mar 2013 12:49:30 +0000 (13:49 +0100)
Cura/gui/mainWindow.py

index 570dda7d269cc229e5389ff67183502d813de697..678964797cd47f542dbadc431a899172e5a6fed2 100644 (file)
@@ -459,7 +459,7 @@ class mainWindow(wx.Frame):
 
        def OnCustomFirmware(self, e):
                if profile.getPreference('machine_type') == 'ultimaker':
-                       wx.MessageBox('Warning: Installing a custom firmware does not garantee that you machine will function correctly, and could damage your machine.', 'Firmware update', wx.OK | wx.ICON_EXCLAMATION)
+                       wx.MessageBox('Warning: Installing a custom firmware does not guarantee that you machine will function correctly, and could damage your machine.', 'Firmware update', wx.OK | wx.ICON_EXCLAMATION)
                dlg=wx.FileDialog(self, "Open firmware to upload", os.path.split(profile.getPreference('lastFile'))[0], style=wx.FD_OPEN|wx.FD_FILE_MUST_EXIST)
                dlg.SetWildcard("HEX file (*.hex)|*.hex;*.HEX")
                if dlg.ShowModal() == wx.ID_OK:
@@ -556,13 +556,10 @@ class normalSettingsPanel(configBase.configPanelBase):
 
                (left, right, self.printPanel) = self.CreateDynamicConfigTab(self.nb, 'Basic')
                self._addSettingsToPanels('basic', left, right)
-
                self.SizeLabelWidths(left, right)
                
                (left, right, self.advancedPanel) = self.CreateDynamicConfigTab(self.nb, 'Advanced')
-
                self._addSettingsToPanels('advanced', left, right)
-
                self.SizeLabelWidths(left, right)
 
                #Plugin page