mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
Added patch from Henry Morgan
Fixed some typos. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6333 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
322c3e70a1
commit
7810e7ace3
3 changed files with 11 additions and 7 deletions
|
|
@ -563,7 +563,7 @@ void CreateCircleDialog::createCircle()
|
|||
|
||||
if(name.isEmpty())
|
||||
{ /* error message */
|
||||
QMessageBox::warning(this, tr("RetroShare"),tr("Please set a Name your Circle"),
|
||||
QMessageBox::warning(this, tr("RetroShare"),tr("Please set a name for your Circle"),
|
||||
QMessageBox::Ok, QMessageBox::Ok);
|
||||
|
||||
return; //Don't add a empty Subject!!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue