[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-84-gcfb030639

wwp at claws-mail.org wwp at claws-mail.org
Fri Apr 16 09:59:00 CEST 2021


The branch, gtk3 has been updated
       via  cfb0306394764264727798eb6bdd821ad79b03a8 (commit)
      from  56b3b6bc4ab21a0c0c18ab1e3ed5d5acb1659817 (commit)

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


- Log -----------------------------------------------------------------
commit cfb0306394764264727798eb6bdd821ad79b03a8
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 c6118f4ae..aeaa1ab4a 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -2338,7 +2338,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