Trivial grammar fix

This commit is contained in:
Matthias Clasen 2014-01-04 10:57:46 -05:00
parent 9bf89f2b5e
commit 08f31006cb

View File

@ -66,7 +66,7 @@
* opened when the user selects the <literal>About</literal> option from
* the <literal>Help</literal> 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.