diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp index b441d3d24..557e64a1f 100644 --- a/src/mirall/application.cpp +++ b/src/mirall/application.cpp @@ -744,13 +744,13 @@ void Application::slotAbout() #endif QMessageBox::about(0, tr("About %1").arg(_theme->appName()), tr("

%1 Client Version %2

" - "

Authors" - "
" - "Daniel Molkentin, ownCloud, Inc." - "
" + "

Authors" + "
" "Klaas Freitag, ownCloud, Inc." - "

Based on Mirall by Duncan Mac-Vicar P.

" - "

For more information visit %4.

" + "
" + "Daniel Molkentin, ownCloud, Inc." + "

Based on Mirall by Duncan Mac-Vicar P.

" + "

For more information visit %4.

" "%7" ) .arg(_theme->appName()) @@ -759,7 +759,6 @@ void Application::slotAbout() .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)) .arg(devString) ); - } /*