Update tagline

This commit is contained in:
Hylke Bons 2011-05-18 20:05:37 +01:00
parent 9a4c950823
commit bc3e5dcec6

View file

@ -1,4 +1,4 @@
// SparkleShare, an instant update workflow to Git.
// SparkleShare, a collaboration and sharing tool.
// Copyright (C) 2010 Hylke Bons <hylkebons@gmail.com>
//
// 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."));