[Translators] schedule for next release of Claws Mail

Thomas Bellmann ThomasBellmann at gmx.net
Tue Jul 14 09:25:00 CEST 2015


Am Sun, 12 Jul 2015 17:16:22 +0200
schrieb Slavko:

> Some notes from translation update:
> […]

another note:
the Sieve dialog found at
| Extras > Manage Sieve Filters
contains two Buttons "Rename" and "Activate" which are at the moment not
translatable. If I am not wrong their code is to be found at
src/plugins/managesieve/sieve_manager.c from line 737:
	/* rename */
	btn = gtk_button_new_with_label("Rename");
	gtk_box_pack_start (GTK_BOX (vbox_buttons), btn, FALSE, FALSE,
	4); g_signal_connect (G_OBJECT(btn), "clicked",
			G_CALLBACK (filter_rename), page);


	/* activate */
	btn = gtk_button_new_with_label("Activate");
	gtk_box_pack_start (GTK_BOX (vbox_buttons), btn, FALSE, FALSE,
	4); g_signal_connect (G_OBJECT(btn), "clicked",
			G_CALLBACK (filter_activate), page);

Regards
Thomas


More information about the Translators mailing list