Use autotools and intltools, translate user interface, add German translation
[led-pattern-ed] / src / led-color-widgets.vala
index e096fec..7fc0770 100644 (file)
@@ -136,7 +136,7 @@ public class LedColorButton : Gtk.Button {
 
 class LedColorDialog : Gtk.Dialog {
        public LedColorDialog () {
-               set_title ("Pick a LED color");
+               set_title (_("Pick a LED color"));
 
                var content = (Gtk.VBox) get_content_area ();
                var hbox = new Gtk.HBox (true, 0);