fixed typos (patch from Henry Morgan)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6257 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-03-20 14:22:42 +00:00
parent 214100be7d
commit eca77205de
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ void PostedCreatePostDialog::createPost()
std::cerr << "PostedCreatePostDialog::createPost() ERROR GETTING AuthorId!, Post Failed";
std::cerr << std::endl;
QMessageBox::warning(this, tr("RetroShare"),tr("Please reate or choose a Signing Id first"),
QMessageBox::warning(this, tr("RetroShare"),tr("Please create or choose a Signing Id first"),
QMessageBox::Ok, QMessageBox::Ok);
return;