intro: don't prefill with user@, because it's optional

This commit is contained in:
Hylke 2011-07-02 17:16:45 +01:00
parent 5aa6b5f0ae
commit 126a987801

View file

@ -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;