setup: Next -> Continue

This commit is contained in:
Hylke Bons 2011-12-25 15:53:43 +01:00
parent ddbbdb265b
commit a9a9318004

View file

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