summaryrefslogtreecommitdiff
path: root/gtk/gtkaboutdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-15 13:45:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-06-15 13:48:03 -0400
commit937317e674882918d88651a72521ea144763f4a1 (patch)
tree1c872176212ace4e89488b16ef9b2a5da1250cd9 /gtk/gtkaboutdialog.c
parent4248835ba1137b3cdeb4a07927c329aa348f3700 (diff)
downloadgtk+-937317e674882918d88651a72521ea144763f4a1.tar.gz
docs: Cosmetics
Remove a few instances of GTK+ in the docs.
Diffstat (limited to 'gtk/gtkaboutdialog.c')
-rw-r--r--gtk/gtkaboutdialog.c4
1 files 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 <edgar\@poe.com>". 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,