[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-78-ge4ec25638

paul at claws-mail.org paul at claws-mail.org
Thu Apr 15 12:20:01 CEST 2021


The branch, gtk3 has been updated
       via  e4ec25638a06e1855990508f3d5d612af638d56e (commit)
      from  5c313737db4d2d0428063a830916391b7b20832b (commit)

Summary of changes:
 src/prefs_account.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit e4ec25638a06e1855990508f3d5d612af638d56e
Author: paul <paul at claws-mail.org>
Date:   Thu Apr 15 11:19:56 2021 +0100

    reduce the required horizontal space by eliminating unnecessary wording

diff --git a/src/prefs_account.c b/src/prefs_account.c
index 2d3488b06..e395bd055 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -2294,11 +2294,11 @@ 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 (_("Obtain authorization code via a browser"));
+	label = gtk_label_new (_("Obtain authorization code"));
 	gtk_widget_show (label);
 	gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
 
-	oauth2_link_button = gtk_button_new_with_label(_("Click to open default browser with request"));
+	oauth2_link_button = gtk_button_new_with_label(_("Open default browser with request"));
 	g_signal_connect(G_OBJECT(oauth2_link_button), "clicked", G_CALLBACK(prefs_account_oauth2_copy_url), NULL);
 	gtk_widget_set_sensitive(oauth2_link_button, TRUE);
 	gtk_widget_set_margin_bottom(oauth2_link_button, 8);

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list