talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit c2cb61123faecf03fd1f09545920cb222ac3774e
parent d1d9ffd6c37e25c6e25bfb59571591824122b91e
Author: Paul <paul@claws-mail.org>
Date:   Sun, 24 Jul 2022 11:30:46 +0100

no-one can say IPv6 is new these days, so we won't either

Diffstat:
Msrc/gtk/about.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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);