[gtk/matthiasc/for-master: 6/7] docs: Cosmetics



commit 937317e674882918d88651a72521ea144763f4a1
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 15 13:45:28 2020 -0400

    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 <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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]