[Commits] [SCM] claws branch, master, updated. 3.17.8-73-gab80001bc

wwp at claws-mail.org wwp at claws-mail.org
Fri Apr 16 22:21:20 CEST 2021


The branch, master has been updated
       via  ab80001bc5097aa58cf64d8c4d474185b9b669e9 (commit)
      from  e545bdff78a0bb5bbd202222f15ca0718d92e6f9 (commit)

Summary of changes:
 src/prefs_account.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit ab80001bc5097aa58cf64d8c4d474185b9b669e9
Author: wwp <subscript at free.fr>
Date:   Fri Apr 16 22:21:11 2021 +0200

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

diff --git a/src/prefs_account.c b/src/prefs_account.c
index 287a371b3..1e5f7edd9 100644
--- 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);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list