setup: 'Retry' instead of 'Try Again'

This commit is contained in:
Hylke Bons 2016-03-27 22:10:25 +01:00
parent 93785776a6
commit 6bff5cf0d8

View file

@ -440,7 +440,7 @@ namespace SparkleShare {
web_view.DrawsBackground = false;
CancelButton = new NSButton () { Title = "Cancel" };
TryAgainButton = new NSButton () { Title = "Try Again…" };
TryAgainButton = new NSButton () { Title = "Retry" };
CancelButton.Activated += delegate { Controller.PageCancelled (); };