mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04: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!!
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue