diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-11 04:03:58 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-11 04:03:58 -0700 |
commit | b2582f5b9afa5fbb5673f4e9a31256480b1e117e (patch) | |
tree | fcd77f479894b52c8a06039f662f8fc84db2510a | |
parent | 0d9a417255df1620855f232717463097761b09d6 (diff) | |
parent | ee428c3603c30e59188d6c469744f27b6157f24c (diff) | |
download | mate-applets-b2582f5b9afa5fbb5673f4e9a31256480b1e117e.tar.bz2 mate-applets-b2582f5b9afa5fbb5673f4e9a31256480b1e117e.tar.xz |
Merge pull request #21 from cardpuncher/patch-4
Typo fix in mateweather-about.c
-rw-r--r-- | mateweather/mateweather-about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mateweather/mateweather-about.c b/mateweather/mateweather-about.c index 7cdb82e5..424260f7 100644 --- a/mateweather/mateweather-about.c +++ b/mateweather/mateweather-about.c @@ -38,7 +38,7 @@ void mateweather_about_run(MateWeatherApplet* gw_applet) const gchar* documenters[] = { "Dan Mueth <[email protected]>", "Spiros Papadimitriou <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", "Davyd Madeley <[email protected]>", NULL }; |