talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 70c0261fcb8eb0fe73a59a3b80f2559b6294e3f3
parent 0581236efe10250297cb992b39f8a7e8741bd5d3
Author: paul <paul@claws-mail.org>
Date:   Thu, 15 Apr 2021 20:25:40 +0100

reword label

Diffstat:
Msrc/prefs_account.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -1601,7 +1601,7 @@ static void receive_create_widget_func(PrefsPage * _page, vbox2 = gtkut_get_options_frame(vbox1, &frame1, _("POP")); PACK_CHECK_BUTTON (vbox2, pop_auth_checkbtn, - _("Use secure POP authentication")); + _("Authenticate before POP connection")); //vbox5 = gtk_vbox_new (FALSE, 0); vbox5 = gtk_box_new(GTK_ORIENTATION_VERTICAL, 8);