added help strings to posted, channels, forums

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7525 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-09-10 21:38:43 +00:00
parent 49cc42ae7d
commit 0fb8ff8829
9 changed files with 162 additions and 130 deletions

View file

@ -46,6 +46,18 @@ UserNotify *PostedDialog::getUserNotify(QObject *parent)
return new PostedUserNotify(rsPosted, parent);
}
QString PostedDialog::getHelpString() const
{
QString hlp_str = tr("<h1><img width=\"32\" src=\":/images/64px_help.png\">&nbsp;&nbsp;Posted</h1> \
<p>The posted service allows you to share internet links, that spread among Retroshare nodes like forums and \
channels</p> \
<p>Links can be commented by subscribed users. A promotion system also gives the opportunity to \
enlight important links.</p> \
<p>There is no restriction on which links are shared. Be careful when clicking on them.</p>") ;
return hlp_str ;
}
QString PostedDialog::text(TextType type)
{
switch (type) {