From 3642ec870ef1853352b619fafd48727765b92626 Mon Sep 17 00:00:00 2001 From: Hylke Date: Sat, 2 Jul 2011 17:16:45 +0100 Subject: [PATCH] intro: don't prefill with user@, because it's optional --- SparkleShare/SparkleIntro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 8714b054..361dc026 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -182,7 +182,7 @@ namespace SparkleShare { ServerEntry.Text = strServerEntry; ServerEntry.ExampleTextActive = false; } else - ServerEntry.ExampleText = _("user@address-to-server.com"); + ServerEntry.ExampleText = _("address-to-server.com"); ServerEntry.Changed += CheckServerForm;