talons

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

commit 3c6e333b6e1337231fde44f6c61eb85541ecc4ad
parent a9f154883f9af4cc39c74d595c3e05056338e22b
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 @@ -1636,7 +1636,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); gtk_widget_show (vbox5);