diff --git a/src/main_window.cpp b/src/main_window.cpp
index 884a2ff..695238c 100644
--- a/src/main_window.cpp
+++ b/src/main_window.cpp
@@ -675,7 +675,7 @@ void AC_MainWindow::help_About() {
QString about_str;
QTextStream stream(&about_str);
stream << tr("Acid Cam Qt version: ") << ac_version << "
";
- stream << tr("Written by Jared Bruni
My Social Media Accounts
\n\n GitHub
\nYouTube
Instagram
Facebook
Twitter
\n");
+ stream << tr("Written by Jared Bruni
This software is dedicated to all the people that struggle with mental illness.
My Social Media Accounts
\n\n GitHub
\nYouTube
Instagram
Facebook
Twitter
\n");
QMessageBox::information(this, tr("About Acid Cam"), about_str);
}