Use Delete button instead of Remove (tooltips and other places already
[claws.git] / src / prefs_actions.c
index d18df3a15f4dd7cb99a458486f8079690280e220..6b232d99a615b31a1034478bfe723cd641a5bd20 100644 (file)
@@ -334,7 +334,7 @@ static void prefs_actions_create(MainWindow *mainwin)
        CLAWS_SET_TIP(subst_btn,
                        _("Replace the selected action in list with the action above"));
 
-       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_widget_show(del_btn);