aboutdialog: Small docs tweak

This commit is contained in:
Matthias Clasen 2021-02-27 17:49:13 -05:00 committed by Emmanuele Bassi
parent b983133675
commit 26ca77d01b

View File

@ -64,12 +64,14 @@
* GtkAboutDialog: * GtkAboutDialog:
* *
* The `GtkAboutDialog` offers a simple way to display information about * The `GtkAboutDialog` offers a simple way to display information about
* a program like its logo, name, copyright, website and license. * a program.
* *
* It is also possible to give credits to the authors, documenters, translators * The shown information includes the programs' logo, name, copyright,
* and artists who have worked on the program. An about dialog is typically * website and license. It is also possible to give credits to the authors,
* opened when the user selects the `About` option from the `Help` menu. * documenters, translators and artists who have worked on the program.
* All parts of the dialog are optional. *
* An about dialog is typically opened when the user selects the `About`
* option from the `Help` menu. All parts of the dialog are optional.
* *
* ![An example GtkAboutDialog](aboutdialog.png) * ![An example GtkAboutDialog](aboutdialog.png)
* *