fixed typo

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6827 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-10-13 15:31:34 +00:00
parent 48839249c0
commit e1d907bb95

View File

@ -363,7 +363,7 @@ void GenCertDialog::genPerson()
{
QMessageBox::warning(this,
tr("Generate PGP key Failure"),
tr("Passwords to not match"),
tr("Passwords do not match"),
QMessageBox::Ok);
return;
}