diff --git a/SparkleShare/SparkleAbout.cs b/SparkleShare/SparkleAbout.cs index 81105d09..d2ef2a3d 100644 --- a/SparkleShare/SparkleAbout.cs +++ b/SparkleShare/SparkleAbout.cs @@ -85,7 +85,7 @@ namespace SparkleShare { BorderWidth = 12 }; - Button credits_button = new Button ("_Show Credits") { + Button credits_button = new Button (_("_Show Credits")) { UseUnderline = true };