From 008736d22914fc0d4d1c49b4c873a4f87300f98d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 6 Mar 2013 20:08:38 +0000 Subject: [PATCH] setup: change tutorial slide text about link code location --- SparkleShare/Linux/SparkleSetup.cs | 4 ++-- SparkleShare/Mac/SparkleSetup.cs | 4 ++-- SparkleShare/Windows/SparkleSetup.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index 430d9cbe..e7cb75d9 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -622,8 +622,8 @@ namespace SparkleShare { case 4: { Header = "Here's your unique link code"; - Description = "You'll need it whenever you want to link this computer to a host" + - " (we keep a copy in your SparkleShare folder)."; + Description = "You'll need it whenever you want to link this computer to a host. " + + "You can also find it in the status icon menu."; Button finish_button = new Button ("Finish"); VBox layout_vertical = new VBox (false, 0) { BorderWidth = 48 }; diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index 88e6a3b5..1b6e0bc5 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -658,8 +658,8 @@ namespace SparkleShare { case 4: { Header = "Here's your unique link code"; - Description = "You'll need it whenever you want to link this computer to a host" + - " (we keep a copy in your SparkleShare folder)."; + Description = "You'll need it whenever you want to link this computer to a host. " + + " You can also find it in the status icon menu."; LinkCodeTextField = new NSTextField () { StringValue = Program.Controller.CurrentUser.PublicKey, diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index 4856269b..fbaf6e34 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -904,8 +904,8 @@ namespace SparkleShare { case 4: { Header = "Here's your unique link code"; - Description = "You'll need it whenever you want to link this computer to a host" + - " (we keep a copy in your SparkleShare folder)."; + Description = "You'll need it whenever you want to link this computer to a host. " + + "You can also find it in the status icon menu."; TextBox link_code_text_box = new TextBox () {