IMDb & MoviePilot plugins: translate the password label
[cinaest] / src / plugins / moviepilot-plugin.vala
index 4e81840..e4a12bf 100644 (file)
@@ -63,7 +63,7 @@ class MoviePilotPlugin : Plugin {
 
                // Password
                hbox = new Gtk.HBox (false, MARGIN_DOUBLE);
-               label = new Gtk.Label ("Password");
+               label = new Gtk.Label (_("Password"));
                label.set_alignment (0, 0.5f);
                sizegroup.add_widget (label);
                entry = new Hildon.Entry (SizeType.FINGER_HEIGHT);