From 49b21a17fe1e9a91ce69b2ed9f2f1dd5cc49066e Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 28 Mar 2016 19:36:19 +0100 Subject: [PATCH] setup: Tweak labels --- SparkleLib/Git/SparkleFetcherGit.cs | 2 +- SparkleShare/Linux/SparkleSetup.cs | 4 ++-- SparkleShare/Mac/SparkleSetup.cs | 2 +- SparkleShare/Windows/SparkleSetup.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index a167674b..76d98884 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -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 (); diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index dd012267..b04c670f 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -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"); diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index a2e35012..9b72ebb1 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -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" }; diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index cbf306bd..552418c9 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -773,7 +773,7 @@ namespace SparkleShare { }; Button show_files_button = new Button () { - Content = "Show files…" + Content = "Show files" }; if (warnings.Length > 0) {