From 9c177c4e9a63e6ec65df66d48cd5235bccb39abd Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 27 Oct 2012 14:22:34 +0100 Subject: [PATCH] setup: update phrasing --- SparkleShare/Linux/SparkleSetup.cs | 2 +- SparkleShare/Mac/SparkleSetup.cs | 2 +- SparkleShare/Windows/SparkleSetup.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index a6e5a471..01d23f47 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -781,7 +781,7 @@ namespace SparkleShare { } case 3: { - Header = "The status icon is here to help"; + Header = "The status icon helps you"; Description = "It shows the syncing progress, provides easy access to " + "your projects and let's you view recent changes."; diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index 780d7e91..50335942 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -900,7 +900,7 @@ namespace SparkleShare { } case 3: { - Header = "The status icon is here to help"; + Header = "The status icon helps you"; Description = "It shows the syncing progress, provides easy access to " + "your projects and let's you view recent changes."; diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index 1f83ef92..699e1b63 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -877,7 +877,7 @@ namespace SparkleShare { } case 3: { - Header = "The status icon is here to help"; + Header = "The status icon helps you"; Description = "It shows the syncing progress, provides easy access to " + "your projects and lets you view recent changes.";