[Commits] [SCM] claws branch, master, updated. 3.17.8-70-gec4b4a36f

wwp at claws-mail.org wwp at claws-mail.org
Fri Apr 16 09:56:19 CEST 2021


The branch, master has been updated
       via  ec4b4a36f9444d39dc1c1bdb17bcb0cb3b025009 (commit)
      from  1b2f2a0f0116831a4f6375a39269f59d1b78821e (commit)

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


- Log -----------------------------------------------------------------
commit ec4b4a36f9444d39dc1c1bdb17bcb0cb3b025009
Author: wwp <subscript at free.fr>
Date:   Fri Apr 16 09:55:57 2021 +0200

    Remove extra trailing space from label text.

diff --git a/src/prefs_account.c b/src/prefs_account.c
index d8de029bc..df9bc167c 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -2372,7 +2372,7 @@ static void oauth2_create_widget_func(PrefsPage * _page,
 	gtk_widget_show (hbox);
 	gtk_box_pack_start (GTK_BOX (vbox3), hbox, FALSE, FALSE, 0);
 
-	label = gtk_label_new (_("Complete authorization "));
+	label = gtk_label_new (_("Complete authorization"));
 	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