diff --git a/src/about_imp.h b/src/about_imp.h
index bae0e9778..4d44c558e 100644
--- a/src/about_imp.h
+++ b/src/about_imp.h
@@ -38,10 +38,13 @@ class about : public QDialog, private Ui::AboutDlg{
//Title
lb_name->setText(""+tr("qBittorrent")+" "VERSION"
");
// Thanks
+ te_thanks->append("");
te_thanks->append("
- I would like to thank sourceforge.net for hosting qBittorrent project.
");
+ te_thanks->append(QString::fromUtf8("- I am happy that Arnaud Demaizière joined the project as a programmer. His help is greatly appreciated
"));
te_thanks->append("- I also want to thank Jeffery Fernandez (jeffery@qbittorrent.org), project consultant, webdevelopper and RPM packager, for his help.
");
te_thanks->append("- I am gratefull to Peter Koeleman (peter@qbittorrent.org) who is helping port qBittorrent to Windows.
");
te_thanks->append(QString::fromUtf8("- Thanks a lot to our graphist Mateusz Toboła (tobejodok@qbittorrent.org) for his great work.
"));
+ te_thanks->scrollToAnchor("top");
// Translation
te_translation->append("");
te_translation->append(tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"
");