diff options
author | cardpuncher <[email protected]> | 2012-10-09 22:01:36 +0300 |
---|---|---|
committer | cardpuncher <[email protected]> | 2012-10-09 22:01:36 +0300 |
commit | 5494eacad9ca1903c733450008bf686514976fde (patch) | |
tree | 19ba32751b5a9345780b71ef1f79922e985cfc9a /applets | |
parent | 1b3eed07158197bf0de4e4689c08a6f09070d17a (diff) | |
download | mate-panel-5494eacad9ca1903c733450008bf686514976fde.tar.bz2 mate-panel-5494eacad9ca1903c733450008bf686514976fde.tar.xz |
Update applets/fish/fish.c
Fix a typo in the documentation credits for Wanda. Now I guess I can start seeking psychiatric evaluation as advised in the about box :)
Diffstat (limited to 'applets')
-rw-r--r-- | applets/fish/fish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 5ce55f61..1c30d7f8 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -553,7 +553,7 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) "evaluation."); const char* documenters [] = { "Telsa Gwynne <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", NULL }; |