From d160e5303eda78a7710edb34c291c7e1298b296d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 28 May 2013 00:01:18 +0100 Subject: [PATCH] setup: Mention Client ID more explicitly on error page. Closes #1227 --- SparkleShare/Linux/SparkleSetup.cs | 2 +- SparkleShare/Mac/SparkleSetup.cs | 2 +- SparkleShare/Windows/SparkleSetup.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index cab74947..9827c3d8 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -391,7 +391,7 @@ namespace SparkleShare { }; Label label_two = new Label () { - Text = "Do you have access rights to this remote project?", + Text = "Is this computer's Client ID known by the host?", Wrap = true, Xalign = 0 }; diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index 9e8727eb..d669ffd6 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -412,7 +412,7 @@ namespace SparkleShare { "" + ""; if (warnings.Length > 0) { diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index d96b83ab..87e13627 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -495,7 +495,7 @@ namespace SparkleShare { help_block.Inlines.Add (new Bold (new Run (Controller.PreviousUrl))); help_block.Inlines.Add (" is the address we've compiled. Does this look alright?\n\n"); - help_block.Inlines.Add ("Do you have access rights to this remote project?"); + help_block.Inlines.Add ("Is this computer's Client ID known by the host??"); if (warnings.Length > 0) { bullets_block.Text += "\n\n•";