diff options
author | cardpuncher <[email protected]> | 2012-09-04 10:07:32 +0300 |
---|---|---|
committer | cardpuncher <[email protected]> | 2012-09-04 10:07:32 +0300 |
commit | 60eb628ffe1512949d9d322ada90d4402d272def (patch) | |
tree | ea522462fc625cae7dfaf4d726912a346c93b51a /multiload/main.c | |
parent | ba4817ca9666d8173ba26bad2e7288e7b188533d (diff) | |
download | mate-applets-60eb628ffe1512949d9d322ada90d4402d272def.tar.bz2 mate-applets-60eb628ffe1512949d9d322ada90d4402d272def.tar.xz |
Update multiload/main.c
Corrects a typo which appears in the about window of the applet.
Diffstat (limited to 'multiload/main.c')
-rw-r--r-- | multiload/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |