From a9a931800477058d0eb495807425939b5c217939 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 25 Dec 2011 15:53:43 +0100 Subject: [PATCH] setup: Next -> Continue --- SparkleShare/SparkleSetup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleSetup.cs b/SparkleShare/SparkleSetup.cs index 074e91b8..68f37a8c 100755 --- a/SparkleShare/SparkleSetup.cs +++ b/SparkleShare/SparkleSetup.cs @@ -105,7 +105,7 @@ namespace SparkleShare { Table.Attach (email_label, 0, 1, 1, 2); Table.Attach (EmailEntry, 1, 2, 1, 2); - NextButton = new Button (_("Next")) { + NextButton = new Button (_("Continue")) { Sensitive = false };