diff --git a/src/tomahawkwindow.cpp b/src/tomahawkwindow.cpp
index 0fb8fd67d..1a173713a 100644
--- a/src/tomahawkwindow.cpp
+++ b/src/tomahawkwindow.cpp
@@ -418,6 +418,7 @@ void
TomahawkWindow::showAboutTomahawk()
{
QMessageBox::about( this, "About Tomahawk",
- tr( "
Tomahawk %1
Copyright 2010, 2011 Christian Muehlhaeuser
Thanks to: Leo Franchi, Jeff Mitchell, Dominik Schmidt, Alejandro Wainzinger and Steve Robertson" )
+ tr( "Tomahawk %1
Copyright 2010, 2011
Christian Muehlhaeuser <muesli@tomahawk-player.org>
"
+ "Thanks to: Leo Franchi, Jeff Mitchell, Dominik Schmidt, Alejandro Wainzinger, Harald Sitter and Steve Robertson" )
.arg( qApp->applicationVersion() ) );
}