diff --git a/src/main_window.cpp b/src/main_window.cpp index fed1a69..30f68d3 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -844,7 +844,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

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"); + stream << tr("Engineering 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
LostSideDead Facebook
My Facebook
Twitter


\n"); QMessageBox::information(this, tr("About Acid Cam"), about_str); }