diff -Nurp avant-window-navigator-0.4.0/awn-settings/awn-settings.ui avant-window-navigator-patch/awn-settings/awn-settings.ui --- avant-window-navigator-0.4.0/awn-settings/awn-settings.ui 2010-03-08 13:36:22.000000000 +0100 +++ avant-window-navigator-patch/awn-settings/awn-settings.ui 2010-06-02 18:53:47.671289542 +0200 @@ -1669,7 +1669,7 @@ start - Choose a theme... + Choose a theme... True True True @@ -1755,7 +1755,7 @@ 150 True True - Select item to filter by category + Select item to filter by category False @@ -1800,7 +1800,7 @@ True True - Drag below or double click to activate applet + Drag below or double click to activate applet @@ -1889,7 +1889,7 @@ - Install applet... + Install applet... True True True @@ -1932,7 +1932,7 @@ 78 True True - Drag available applets here to activate + Drag available applets here to activate never in diff -Nurp avant-window-navigator-0.4.0/libawn/awn-applet.c avant-window-navigator-patch/libawn/awn-applet.c --- avant-window-navigator-0.4.0/libawn/awn-applet.c 2010-03-25 00:05:26.000000000 +0100 +++ avant-window-navigator-patch/libawn/awn-applet.c 2010-06-02 18:43:37.440040420 +0200 @@ -1231,7 +1231,7 @@ awn_applet_create_about_item (AwnApplet { gtk_about_dialog_set_documenters (dialog, documenters); } - item_text = g_strdup_printf ("About %s", applet_name); + item_text = g_strdup_printf (dgettext (GETTEXT_PACKAGE, "About %s"), applet_name); item = gtk_image_menu_item_new_with_label (item_text); /* FIXME Add pretty icon */ #if GTK_CHECK_VERSION (2,16,0) g_object_set (item,"always-show-image",TRUE,NULL);