talons

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

commit 78eb9bba86a57b745fd17711fc8e30178ecd4476
parent e21b5797113712a1f19c1969e9ea602fb9073dc8
Author: wwp <subscript@free.fr>
Date:   Fri, 16 Apr 2021 22:21:11 +0200

Replace OAUTH2 with OAuth2 in the UI when it's not protocol codes (more).

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 @@ -2218,7 +2218,7 @@ static void oauth2_create_widget_func(PrefsPage * _page, gtk_widget_show (hbox); gtk_box_pack_start (GTK_BOX (auth_vbox), hbox, FALSE, FALSE, 0); - label = gtk_label_new (_("Select OAUTH2 Email Service Provider")); + label = gtk_label_new (_("Select OAuth2 Email Service Provider")); gtk_widget_show (label); gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);