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:
thunder2 2013-04-23 20:41:39 +00:00
parent 322c3e70a1
commit 7810e7ace3
3 changed files with 11 additions and 7 deletions

View file

@ -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!!

View file

@ -205,7 +205,7 @@
<item>
<widget class="QRadioButton" name="radioButton_ListKnownPGP">
<property name="text">
<string>Known PGP</string>
<string>Known PGP IDs</string>
</property>
</widget>
</item>