SYNERGY-1017 - Update secure input message

This commit is contained in:
Igor Sikachyna 2021-06-04 18:20:13 +03:00
parent 11d5bbc1bc
commit f2e42efe41

View File

@ -338,7 +338,7 @@ void MainWindow::checkSystemInterruptions()
m_isSecureInputNotificationShown = true;
QMessageBox message(this);
message.addButton(QObject::tr("Accept"), QMessageBox::AcceptRole);
message.setText(QObject::tr("Secure input was enabled in your system by another application, synergy will not be able to send keyboard strikes while the secure input is enabled"));
message.setText(QObject::tr("Secure input was enabled in your system by another application. Synergy will not be able to send keyboard strokes while the secure input is enabled"));
message.exec();
}
#endif