diff options
-rw-r--r-- | charpick/charpick.c | 4 | ||||
-rw-r--r-- | multiload/main.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/charpick/charpick.c b/charpick/charpick.c index 6de91c57..1c544338 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -594,13 +594,13 @@ about (GtkAction *action, static const gchar * const documenters[] = { "Dan Mueth <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", NULL }; gtk_show_about_dialog (NULL, "version", VERSION, - "copyright", "\xC2\xA9 1998, 2004-2005 MATE Applets Maintainers " + "copyright", "\xC2\xA9 1998, 2004-2005 GNOME Applets Maintainers " "and others", "comments", _("Mate Panel applet for selecting strange " "characters that are not on my keyboard. " diff --git a/multiload/main.c b/multiload/main.c index a51d0856..9ac98624 100644 --- a/multiload/main.c +++ b/multiload/main.c @@ -45,7 +45,7 @@ about_cb (GtkAction *action, const gchar * const documenters[] = { "Chee Bin HOH <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", NULL }; |