From 08f31006cba3a862f4c08f45d0e5004ea1e6cd06 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 4 Jan 2014 10:57:46 -0500 Subject: [PATCH] Trivial grammar fix --- gtk/gtkaboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index a694a191ec..80fc7c6b37 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -66,7 +66,7 @@ * opened when the user selects the About option from * the Help menu. All parts of the dialog are optional. * - * About dialog often contain links and email addresses. GtkAboutDialog + * About dialogs often contain links and email addresses. GtkAboutDialog * displays these as clickable links. By default, it calls gtk_show_uri() * when a user clicks one. The behaviour can be overridden with the * #GtkAboutDialog::activate-link signal.