From e53690d3c3f1423314b7f3209a357d5bd0613f3b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 2 Dec 2011 14:52:34 +0100 Subject: [PATCH] setup: clarify why personal info is needed on setup page --- SparkleShare/Mac/SparkleSetup.cs | 9 +++++++-- SparkleShare/SparkleSetup.cs | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) 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