commit 686ce43bd9b1576ec10b5c2c224c780167b8d12d
parent bf67b45d58d9401a35a98465fcc6d408e09070db
Author: paul <paul@claws-mail.org>
Date: Wed, 22 Sep 2021 12:14:45 +0100
fix button text
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/action.c b/src/action.c
@@ -1406,7 +1406,7 @@ static void create_io_dialog(Children *children)
gtk_widget_show(progress_bar);
}
- gtkut_stock_button_set_create(&hbox, &abort_button, "process-stop",
+ gtkut_stock_button_set_create(&hbox, &abort_button, _("_Stop"),
&close_button, _("_Close"), NULL, NULL);
g_signal_connect(G_OBJECT(abort_button), "clicked",
G_CALLBACK(kill_children_cb), children);