chiark / gitweb /
Some small text updates.
[cura.git] / Cura / gui / simpleMode.py
index 29dfa4180e4a02cdf366eb0bd9a51494e7dcbc7f..1c0e5867295b0626eb61ffab5451261b7934a1d5 100644 (file)
@@ -110,7 +110,7 @@ class simpleModeWindow(configBase.configWindowBase):
                sizer.Add(boxsizer, (2,0), flag=wx.EXPAND)
 
                # load and slice buttons.
-               loadButton = wx.Button(self, -1, '&Load Model')
+               loadButton = wx.Button(self, -1, '&Load model')
                sliceButton = wx.Button(self, -1, 'P&repare print')
                printButton = wx.Button(self, -1, '&Print')
                self.Bind(wx.EVT_BUTTON, self.OnLoadModel, loadButton)