From 937317e674882918d88651a72521ea144763f4a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Jun 2020 13:45:28 -0400 Subject: [PATCH] docs: Cosmetics Remove a few instances of GTK+ in the docs. --- gtk/gtkaboutdialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index d2c7d6fa22..473cf71b46 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -83,13 +83,13 @@ * * To specify a person with an email address, use a string like * "Edgar Allan Poe ". To specify a website with a title, - * use a string like "GTK+ team http://www.gtk.org". + * use a string like "GTK team http://www.gtk.org". * * To make constructing a GtkAboutDialog as convenient as possible, you can * 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 `_("About %s")` on the dialog + * 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 a GtkAboutDialog,