mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 16:45:49 -04:00
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:
parent
48839249c0
commit
e1d907bb95
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ void GenCertDialog::genPerson()
|
||||||
{
|
{
|
||||||
QMessageBox::warning(this,
|
QMessageBox::warning(this,
|
||||||
tr("Generate PGP key Failure"),
|
tr("Generate PGP key Failure"),
|
||||||
tr("Passwords to not match"),
|
tr("Passwords do not match"),
|
||||||
QMessageBox::Ok);
|
QMessageBox::Ok);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue