diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:21:13 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:24:29 -0500 |
commit | a22358c0c0ed5d9c946816c4212d534ef5f6f378 (patch) | |
tree | 8efa5819f62833c01a95bedfade1fe51809dd87a /gtk/gtkaboutdialog.c | |
parent | 76447c3512f083a11e716d10ade774ade929b2dd (diff) | |
download | gtk+-a22358c0c0ed5d9c946816c4212d534ef5f6f378.tar.gz |
docs: use ` instead of <literal>
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r-- | gtk/gtkaboutdialog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index ab5b4af3dd..423ffbe871 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -67,8 +67,8 @@ * a program like its logo, name, copyright, website and license. It is * also possible to give credits to the authors, documenters, translators * and artists who have worked on the program. An about dialog is typically - * opened when the user selects the <literal>About</literal> option from - * the <literal>Help</literal> menu. All parts of the dialog are optional. + * opened when the user selects the `About` option from + * the `Help` menu. All parts of the dialog are optional. * * About dialogs often contain links and email addresses. GtkAboutDialog * displays these as clickable links. By default, it calls gtk_show_uri() @@ -79,7 +79,7 @@ * use the function gtk_show_about_dialog() which constructs and shows a dialog * and keeps it around so that it can be shown again. * - * Note that GTK+ sets a default title of <literal>_("About %s")</literal> + * Note that GTK+ sets a default title of `_("About %s")` * on the dialog window (where %s is replaced by the name of the * application, but in order to ensure proper translation of the title, * applications should set the title property explicitly when constructing |