diff --git a/Manager.cpp b/Manager.cpp index 2350075..762f632 100644 --- a/Manager.cpp +++ b/Manager.cpp @@ -152,7 +152,7 @@ void Manager::about() { QString text = tr ("Программа для распознавания текста на экране.\n"\ "Создана с использованием Qt, tesseract-ocr, Google Translate.\n" - "Автор: Gres (onemoregres@gmail.com)"); + "Автор: Gres (translator@gres.biz)"); QMessageBox message (QMessageBox::Information, tr ("О программе"), text, QMessageBox::Ok);