[Commits] [SCM] claws branch, master, updated. 4.1.0-49-gc2cb61123
paul at claws-mail.org
paul at claws-mail.org
Sun Jul 24 10:30:50 UTC 2022
The branch, master has been updated
via c2cb61123faecf03fd1f09545920cb222ac3774e (commit)
from d1d9ffd6c37e25c6e25bfb59571591824122b91e (commit)
Summary of changes:
src/gtk/about.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c2cb61123faecf03fd1f09545920cb222ac3774e
Author: Paul <paul at claws-mail.org>
Date: Sun Jul 24 11:30:46 2022 +0100
no-one can say IPv6 is new these days, so we won't either
diff --git a/src/gtk/about.c b/src/gtk/about.c
index 8ee978a90..b15bbe696 100644
--- a/src/gtk/about.c
+++ b/src/gtk/about.c
@@ -470,8 +470,7 @@ static GtkWidget *about_create_child_page_features(void)
gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (" IPv6 "), -1,
"bold", NULL);
gtk_text_buffer_insert(buffer, &iter,
- (gchar *)C_("IPv6", "adds support for IPv6 addresses, the new Internet "
- "addressing protocol\n"), -1);
+ (gchar *)C_("IPv6", "adds support for IPv6 addresses\n"), -1);
#if HAVE_ICONV
gtk_text_buffer_insert_pixbuf(buffer, &iter, active_pixbuf);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list