diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index 0ce44754..33a11e09 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -401,7 +401,7 @@ namespace SparkleShare { case PageType.Syncing: { Header = String.Format ("Adding project ‘{0}’…", Controller.SyncingFolder); - Description = "This may either take a short or a long time depending on the project's size."; + Description = "This may take a while for large projects.\nIsn't it coffee-o'clock?"; this.progress_bar.Fraction = Controller.ProgressBarPercentage / 100; @@ -443,9 +443,9 @@ namespace SparkleShare { Header = "Oops! Something went wrong" + "…"; VBox points = new VBox (false, 0); - Image list_point_one = new Image (SparkleUIHelpers.GetIcon ("go-next", 16)); - Image list_point_two = new Image (SparkleUIHelpers.GetIcon ("go-next", 16)); - Image list_point_three = new Image (SparkleUIHelpers.GetIcon ("go-next", 16)); + Image list_point_one = new Image (SparkleUIHelpers.GetIcon ("list-point", 16)); + Image list_point_two = new Image (SparkleUIHelpers.GetIcon ("list-point", 16)); + Image list_point_three = new Image (SparkleUIHelpers.GetIcon ("list-point", 16)); Label label_one = new Label () { Markup = "" + Controller.PreviousUrl + " is the address we've compiled. " + diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index a449740c..78c1e1b1 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -451,7 +451,7 @@ namespace SparkleShare { if (type == PageType.Syncing) { Header = "Adding project ‘" + Controller.SyncingFolder + "’…"; - Description = "This may take a while on big projects.\nIsn't it coffee-o'clock?"; + Description = "This may take a while for large projects.\nIsn't it coffee-o'clock?"; ProgressIndicator = new NSProgressIndicator () { diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index e62f21c5..05df3b17 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -437,7 +437,7 @@ namespace SparkleShare { case PageType.Syncing: { Header = "Adding project ‘" + Controller.SyncingFolder + "’…"; - Description = "This may either take a short or a long time depending on the project's size."; + Description = "This may take a while for large projects.\nIsn't it coffee-o'clock?"; Button finish_button = new Button () { Content = "Finish",