[i18n] Mark missing string as translatable

This commit is contained in:
Łukasz Jernaś 2011-03-14 14:23:29 +01:00
parent bbed4dcdab
commit 74faab0eb4

View file

@ -85,7 +85,7 @@ namespace SparkleShare {
BorderWidth = 12
};
Button credits_button = new Button ("_Show Credits") {
Button credits_button = new Button (_("_Show Credits")) {
UseUnderline = true
};