]> spindle.queued.net Git - midori/commitdiff
Make Mouse Gestures extension translatable
authorChristian Dywan <christian@twotoasts.de>
Sat, 31 Jan 2009 03:13:25 +0000 (04:13 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 31 Jan 2009 03:13:25 +0000 (04:13 +0100)
extensions/mouse-gestures/main.c
po/POTFILES.in

index 2777ca4d9db56efd9d8fe297d7d5ff29e179c086..fa73887fb0acd2f8890eda0c0131d436609af97b 100644 (file)
@@ -213,8 +213,8 @@ MidoriExtension* extension_init(void)
 {
     MidoriExtension* extension = NULL;
        extension = g_object_new(MIDORI_TYPE_EXTENSION,
-                                                        "name", "Mouse gestures",
-                                                        "description", "Control Midori by moving the mouse",
+                                                        "name", _("Mouse Gestures"),
+                                                        "description", _("Control Midori by moving the mouse"),
                                                         "version", MOUSE_GESTURES_VERSION,
                                                         "authors", "Matthias Kruk <mkruk@matthiaskruk.de>", NULL);
     g_signal_connect(extension, "activate", G_CALLBACK(mouse_gestures_activate), NULL); // connect the callback that's executed on activation
index c7aed162e40b79bf64de2703dcb35a052b80388c..4ab957ed47f485ae09b8f35dcf5a3d38409df5a1 100644 (file)
@@ -23,5 +23,6 @@ katze/katze-item.c
 katze/katze-list.c
 katze/katze-array.c
 katze/katze-arrayaction.c
+extensions/mouse-gestures/main.c
 extensions/page-holder.c
 extensions/statusbar-features.c