diff --git a/src/about_imp.h b/src/about_imp.h
index a21ba36a5..1c9c09c7d 100644
--- a/src/about_imp.h
+++ b/src/about_imp.h
@@ -44,7 +44,7 @@ class about : public QDialog, private Ui::AboutDlg{
// Thanks
te_thanks->append(QString::fromUtf8(""));
te_thanks->append(QString::fromUtf8("
- I would like to thank sourceforge.net for hosting qBittorrent project.
"));
- te_thanks->append(QString::fromUtf8("- I am happy that Arnaud Demaizière is contributing to the project as a developer. His help is greatly appreciated
"));
+ te_thanks->append(QString::fromUtf8("- I am happy that Ishan Arora and Arnaud Demaizière are contributing to the project as developers. Their help is greatly appreciated
"));
te_thanks->append(QString::fromUtf8("- I also want to thank Jeffery Fernandez (jeffery@qbittorrent.org), project consultant, RPM packager, for his help and support.
"));
te_thanks->append(QString::fromUtf8("- I am grateful 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.
"));