- changed sound button tooltip

- added auto subscribe status to lobby tooltip
- removed wrong info from forums help

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8191 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
electron128 2015-04-30 07:06:16 +00:00
parent b654d7b21d
commit d6e708fdd5
4 changed files with 12 additions and 4 deletions

View file

@ -54,10 +54,15 @@ QString GxsForumsDialog::getHelpString() const
<p>Retroshare Forums look like internet forums, but they work in a decentralized way</p> \
<p>You see forums your friends are subscribed to, and you forward subscribed forums to \
your friends. This automatically promotes interesting forums in the network.</p> \
");
// not true anymore in v0.6
/*
<p>Forums are either Authenticated (<img src=\":/images/konv_message2.png\" width=\"12\"/>) \
or anonymous (<img src=\":/images/konversation.png\" width=\"12\"/>). The former \
class is more resistant to spamming because posts are \
cryptographically signed using a Retroshare pseudo-identity.</p>") ;
*/
return hlp_str ;
}