From d9748563c8304ed7b46cc1d743366ba1d5b1815c Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 27 Dec 2016 16:14:09 +0000 Subject: [PATCH] GtkAboutDialog: Fix formatting of example email address in html Signed-off-by: Chris Mayo https://bugzilla.gnome.org/show_bug.cgi?id=776524 --- gtk/gtkaboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 45ac2899ed..3a8f495dba 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -77,7 +77,7 @@ * #GtkAboutDialog::activate-link signal. * * To specify a person with an email address, use a string like - * "Edgar Allan Poe ". To specify a website with a title, + * "Edgar Allan Poe ". To specify a website with a title, * use a string like "GTK+ team http://www.gtk.org". * * To make constructing a GtkAboutDialog as convenient as possible, you can