[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-55-g9c67bd005
paul at claws-mail.org
paul at claws-mail.org
Sun Jul 24 10:44:52 UTC 2022
The branch, gtk2 has been updated
via 9c67bd005808f3e67bfa3816a114fa650f42374c (commit)
from f15122fe7760df567be94a007ba9e4072458ee0b (commit)
Summary of changes:
src/gtk/about.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9c67bd005808f3e67bfa3816a114fa650f42374c
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 2a715f0dd..efb67ac61 100644
--- a/src/gtk/about.c
+++ b/src/gtk/about.c
@@ -468,8 +468,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