diff --git a/src/gui/about_imp.h b/src/gui/about_imp.h index f2ca6f72a..c5a8fce65 100644 --- a/src/gui/about_imp.h +++ b/src/gui/about_imp.h @@ -54,10 +54,12 @@ public: QString aboutText = QString( "

" "%1\n\n" - "%2\n\n\n" - "%3 http://www.qbittorrent.org\n" - "%4 http://forum.qbittorrent.org\n" - "%5 http://bugs.qbittorrent.org" + "%2\n\n" + "" + "" + "" + "" + "
%3http://www.qbittorrent.org
%4http://forum.qbittorrent.org
%5http://bugs.qbittorrent.org
" "

") .arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.")) .arg(tr("Copyright %1 2006-2016 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))