Use Delete button instead of Remove (tooltips and other places already
[claws.git] / src / prefs_filtering_action.c
index 2c42c10e51cc34bbad0a96103e3a4f4aaeb5f1c6..e105bddc74ae8772b4e1531b439ede553175c299 100644 (file)
@@ -613,7 +613,7 @@ static void prefs_filtering_action_create(void)
                         G_CALLBACK(prefs_filtering_action_substitute_cb),
                         NULL);
 
-       del_btn = gtk_button_new_with_mnemonic (_("Re_move"));
+       del_btn = gtk_button_new_with_mnemonic (_("D_elete"));
        gtk_button_set_image(GTK_BUTTON(del_btn),
                        gtk_image_new_from_stock(GTK_STOCK_REMOVE,GTK_ICON_SIZE_BUTTON));
        gtk_box_pack_start(GTK_BOX(btn_hbox), del_btn, FALSE, TRUE, 0);