Skip to content
Snippets Groups Projects
Commit 24859285 authored by Yuri Chornoivan's avatar Yuri Chornoivan
Browse files

Fix typos and plurals

parent d4ef85b8
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <QtAlgorithms> #include <QtAlgorithms>
const QString SecurityValidationModel::messages[static_cast<const int>(SecurityFlaw::COUNT)] = { const QString SecurityValidationModel::messages[static_cast<const int>(SecurityFlaw::COUNT)] = {
QObject::tr("Your communication negotation is secured, but not the media stream, please enable ZRTP or SDES"), QObject::tr("Your communication negotiation is secured, but not the media stream, please enable ZRTP or SDES"),
QObject::tr("TLS is disabled, the negotiation wont be encrypted. Your communication will be vulnerable to " QObject::tr("TLS is disabled, the negotiation wont be encrypted. Your communication will be vulnerable to "
"snooping"), "snooping"),
QObject::tr("Your certificate is expired, please contact your system administrator."), QObject::tr("Your certificate is expired, please contact your system administrator."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment