diff --git a/src/apps/webpositive/BrowserApp.cpp b/src/apps/webpositive/BrowserApp.cpp index a32bbd04c0..a69cc84bea 100644 --- a/src/apps/webpositive/BrowserApp.cpp +++ b/src/apps/webpositive/BrowserApp.cpp @@ -88,7 +88,7 @@ void BrowserApp::AboutRequested() { BString aboutText("WebPositive\n\nby Ryan Leavengood, Andrea Anzani, " - "Maxime Simone, Michael Lotz, Rene Gollent and Stephan Aßmus"); + "Maxime Simon, Michael Lotz, Rene Gollent and Stephan Aßmus"); aboutText << "\n\nSVN revision: " << kSVNRevision; BAlert* alert = new BAlert("About WebPositive", aboutText.String(),