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.";