[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-87-g78eb9bba8

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


The branch, gtk3 has been updated
       via  78eb9bba86a57b745fd17711fc8e30178ecd4476 (commit)
      from  e21b5797113712a1f19c1969e9ea602fb9073dc8 (commit)

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


- Log -----------------------------------------------------------------
commit 78eb9bba86a57b745fd17711fc8e30178ecd4476
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 57f654e31..048bf3d66 100644
--- 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);
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list