chiark / gitweb /
Slightly update the texts in the first run wizard.
authordaid <daid303@gmail.com>
Thu, 31 Oct 2013 10:06:46 +0000 (11:06 +0100)
committerdaid <daid303@gmail.com>
Thu, 31 Oct 2013 10:06:46 +0000 (11:06 +0100)
Cura/gui/configWizard.py

index 6e1a8f47981945f2a2333d7b37b6551c21753a12..bde370f14478a67c34a2ad2f37635b09cea1f222 100644 (file)
@@ -223,11 +223,12 @@ class FirstInfoPage(InfoPage):
                        super(FirstInfoPage, self).__init__(parent, _("First time run wizard"))
                        self.AddText(_("Welcome, and thanks for trying Cura!"))
                        self.AddSeperator()
-               self.AddText(_("This wizard will help you with the following steps:"))
-               self.AddText(_("* Configure Cura for your machine"))
-               self.AddText(_("* Optionally upgrade your firmware"))
-               self.AddText(_("* Optionally check if your machine is working safely"))
-               self.AddText(_("* Optionally level your printer bed"))
+               self.AddText(_("This wizard will help you in setting up Cura for your machine."))
+               # self.AddText(_("This wizard will help you with the following steps:"))
+               # self.AddText(_("* Configure Cura for your machine"))
+               # self.AddText(_("* Optionally upgrade your firmware"))
+               # self.AddText(_("* Optionally check if your machine is working safely"))
+               # self.AddText(_("* Optionally level your printer bed"))
 
                #self.AddText('* Calibrate your machine')
                #self.AddText('* Do your first print')
@@ -237,7 +238,7 @@ class OtherMachineSelectPage(InfoPage):
        def __init__(self, parent):
                super(OtherMachineSelectPage, self).__init__(parent, "Other machine information")
                self.AddText(_("The following pre-defined machine profiles are available"))
-               self.AddText(_("Note that these profiles are not guaranteed to give good results,\nor work at all. Extra tweaks might be required."))
+               self.AddText(_("Note that these profiles are not guaranteed to give good results,\nor work at all. Extra tweaks might be required.\nIf you find issues with the predefined profiles,\nor want an extra profile.\nPlease report it at the github issue tracker."))
                self.options = []
                machines = resources.getDefaultMachineProfiles()
                machines.sort()
@@ -423,7 +424,7 @@ class UltimakerFirmwareUpgradePage(InfoPage):
                skipUpgradeButton.Bind(wx.EVT_BUTTON, self.OnSkipClick)
                self.AddHiddenSeperator()
                self.AddText(_("Do not upgrade to this firmware if:"))
-               self.AddText(_("* You have an older machine based on ATMega1280"))
+               self.AddText(_("* You have an older machine based on ATMega1280 (Rev 1 machine)"))
                self.AddText(_("* Have other changes in the firmware"))
 #              button = self.AddButton('Goto this page for a custom firmware')
 #              button.Bind(wx.EVT_BUTTON, self.OnUrlClick)