From 2be81621d8211860934042ab6abc5365055f776e Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 31 Jan 2009 04:13:25 +0100 Subject: [PATCH] Make Mouse Gestures extension translatable --- extensions/mouse-gestures/main.c | 4 ++-- po/POTFILES.in | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/mouse-gestures/main.c b/extensions/mouse-gestures/main.c index 2777ca4d..fa73887f 100644 --- a/extensions/mouse-gestures/main.c +++ b/extensions/mouse-gestures/main.c @@ -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 ", NULL); g_signal_connect(extension, "activate", G_CALLBACK(mouse_gestures_activate), NULL); // connect the callback that's executed on activation diff --git a/po/POTFILES.in b/po/POTFILES.in index c7aed162..4ab957ed 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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