setup: Tweak labels

This commit is contained in:
Hylke Bons 2016-03-28 19:36:19 +01:00
parent 5ec3a3e6f1
commit 49b21a17fe
4 changed files with 5 additions and 5 deletions

View file

@ -351,7 +351,7 @@ namespace SparkleLib.Git {
"-in \"" + password_check_file_path + "\"";
var process = new SparkleProcess ("openssl", args);
process.StartInfo.WorkingDirectory = TargetFolder;
process.StartInfo.WorkingDirectory = TargetFolder;
process.StartAndWaitForExit ();

View file

@ -455,7 +455,7 @@ namespace SparkleShare {
points.PackStart (new Label (""), true, true, 0);
Button cancel_button = new Button ("Cancel");
Button try_again_button = new Button ("Try Again…") { Sensitive = true };
Button try_again_button = new Button ("Retry") { Sensitive = true };
cancel_button.Clicked += delegate { Controller.PageCancelled (); };
@ -572,7 +572,7 @@ namespace SparkleShare {
UrgencyHint = true;
Button show_files_button = new Button ("Show Files");
Button show_files_button = new Button ("Show Files");
Button finish_button = new Button ("Finish");

View file

@ -595,7 +595,7 @@ namespace SparkleShare {
ContentView.AddSubview (WarningTextField);
}
ShowFilesButton = new NSButton () { Title = "Show Files" };
ShowFilesButton = new NSButton () { Title = "Show Files" };
FinishButton = new NSButton () { Title = "Finish" };

View file

@ -773,7 +773,7 @@ namespace SparkleShare {
};
Button show_files_button = new Button () {
Content = "Show files"
Content = "Show files"
};
if (warnings.Length > 0) {