diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 70c76f6a15..5f610715d9 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1074,7 +1074,8 @@ AboutView::_CreateCreditsView() fCreditsView->Insert(TR("Michael Phipps (project founder)\n\n")); fCreditsView->Insert(TR("The Haiku-Ports team\n")); fCreditsView->Insert(TR("The Haikuware team and their bounty program\n")); - fCreditsView->Insert(TR("The BeGeistert team\n\n")); + fCreditsView->Insert(TR("The BeGeistert team\n")); + fCreditsView->Insert(TR("Google & their Google Summer of Code program\n\n")); fCreditsView->Insert(TR("... and the many community members making " "donations!\n\n"));