diff options
-rw-r--r-- | applets/clock/clock.c | 2 | ||||
-rw-r--r-- | applets/fish/fish.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/clock/clock.c b/applets/clock/clock.c index f86722b6..e7f3348e 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -3210,7 +3210,7 @@ static void display_about_dialog(GtkAction* action, ClockData* cd) "logo-icon-name", CLOCK_ICON, "translator-credits", _("translator-credits"), "version", VERSION, - "website", "http://matsusoft.com.ar/projects/mate/", + "website", "http://mate-desktop.org/", NULL); } diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 3f7f49a5..315c5c45 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -548,7 +548,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 }; |