diff --git a/SparkleShare/SparkleSetup.cs b/SparkleShare/SparkleSetup.cs index 3c187b5d..6609e589 100644 --- a/SparkleShare/SparkleSetup.cs +++ b/SparkleShare/SparkleSetup.cs @@ -175,7 +175,7 @@ namespace SparkleShare { // Github radiobutton string github_text = "" + "Github" + "\n" + "" + - _("Free hosting for Free and Open Source Software projects.") + "\n" + + _("Free hosting for Free and Open Source Software projects.") + _("Also has paid accounts for extra private space and bandwidth.") + ""; @@ -192,7 +192,7 @@ namespace SparkleShare { // Gitorious radiobutton string gitorious_text = "" + _("Gitorious") + "\n" + "" + - _("Completely Free as in Freedom infrastructure.") + "\n" + + _("Completely Free as in Freedom infrastructure.") + _("Free accounts for Free and Open Source projects.") + ""; @@ -209,7 +209,7 @@ namespace SparkleShare { // GNOME radiobutton string gnome_text = "" + _("The GNOME Project") + "\n"+ "" + - _("GNOME is an easy to understand interface to your computer.") + "\n" + + _("GNOME is an easy to understand interface to your computer.") + _("Select this option if you’re a developer or designer working on GNOME.") + "";