From bc3e5dcec689de4ad6335b96b3ad12097a682b91 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 18 May 2011 20:05:37 +0100 Subject: [PATCH] Update tagline --- SparkleShare/SparkleShare.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SparkleShare/SparkleShare.cs b/SparkleShare/SparkleShare.cs index cfb491e9..2c7cf646 100644 --- a/SparkleShare/SparkleShare.cs +++ b/SparkleShare/SparkleShare.cs @@ -1,4 +1,4 @@ -// SparkleShare, an instant update workflow to Git. +// SparkleShare, a collaboration and sharing tool. // Copyright (C) 2010 Hylke Bons // // This program is free software: you can redistribute it and/or modify @@ -114,7 +114,7 @@ namespace SparkleShare { public static void ShowHelp (OptionSet option_set) { Console.WriteLine (" "); - Console.WriteLine (_("SparkleShare, an instant update workflow to Git.")); + Console.WriteLine (_("SparkleShare, a collaboration and sharing tool.")); Console.WriteLine (_("Copyright (C) 2010 Hylke Bons")); Console.WriteLine (" "); Console.WriteLine (_("This program comes with ABSOLUTELY NO WARRANTY."));