[gnome-mines] Selected "Custom" for translation



commit f260e652624668ebb37dbe38cac6d838df336668
Author: Marek Černocký <marek manet cz>
Date:   Fri Jul 26 08:40:02 2013 +0200

    Selected "Custom" for translation

 src/gnome-mines.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index c302dea..4bf0ae8 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -296,7 +296,7 @@ public class Mines : Gtk.Application
         new_game_grid.attach (button, 1, 1, 1, 1);
 
         label = new Gtk.Label (null);
-        label.set_markup_with_mnemonic ("<span fgcolor='#00007f'><span size='xx-large' 
weight='heavy'>?</span>\n" + dpgettext2 (null, "board size", "Custom") + "</span>");
+        label.set_markup_with_mnemonic ("<span fgcolor='#00007f'><span size='xx-large' 
weight='heavy'>?</span>\n" + dpgettext2 (null, "board size", _("Custom")) + "</span>");
         label.set_justify (Gtk.Justification.CENTER);
         button.add (label);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]