mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
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:
parent
49cc42ae7d
commit
0fb8ff8829
9 changed files with 162 additions and 130 deletions
|
@ -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\"> 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue