[i18n] Mark missing string as translatable

This commit is contained in:
Łukasz Jernaś 2011-03-14 14:23:29 +01:00
parent b8d77e191c
commit 19ab74a8e5

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
};