From ca93af9b6647acc52d164a5d3cc55aae5e7fdf61 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 26 Jan 2016 02:44:33 +0000 Subject: [PATCH] windows setup: Keep cool on errors --- SparkleShare/Windows/SparkleSetup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index d51d69e2..cbf306bd 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -509,7 +509,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 ("Is this computer’s Client ID known by the host??"); + help_block.Inlines.Add ("Is this computer’s Client ID known by the host?"); if (warnings.Length > 0) { bullets_block.Text += "\n\n•";