talons

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

commit ab80001bc5097aa58cf64d8c4d474185b9b669e9
parent e545bdff78a0bb5bbd202222f15ca0718d92e6f9
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 @@ -2253,7 +2253,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);