From 74faab0eb4fb12947f8e0fe3a8ce8f912419a7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Mon, 14 Mar 2011 14:23:29 +0100 Subject: [PATCH] [i18n] Mark missing string as translatable --- SparkleShare/SparkleAbout.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };