diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index 863031c3..d37da9e7 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -72,8 +72,8 @@ namespace SparkleShare { case PageType.Setup: { Header = "Welcome to SparkleShare!"; - Description = "Before we can create a SparkleShare folder on this " + - "computer, we need some information from you."; + Description = "We'll need some info to mark your changes in the event log. " + + "Don't worry, this stays between you and your peers."; FullNameLabel = new NSTextField () { @@ -150,6 +150,11 @@ namespace SparkleShare { Buttons.Add (ContinueButton); + Controller.CheckSetupPage ( + FullNameTextField.StringValue, + EmailTextField.StringValue + ); + break; } diff --git a/SparkleShare/SparkleSetup.cs b/SparkleShare/SparkleSetup.cs index 49654f5b..7fac370a 100755 --- a/SparkleShare/SparkleSetup.cs +++ b/SparkleShare/SparkleSetup.cs @@ -73,8 +73,8 @@ namespace SparkleShare { case PageType.Setup: { Header = _("Welcome to SparkleShare!"); - Description = _("Before we can create a SparkleShare folder on this " + - "computer, we need a few bits of information from you."); + Description = "We'll need some info to mark your changes in the event log. " + + "Don't worry, this stays between you and your peers."; Table = new Table (4, 2, true) { RowSpacing = 6