removed tabs in help strings that caused translated text to show arrows

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6718 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-09-08 15:08:36 +00:00
parent 7f7a596191
commit f474663fc2
6 changed files with 72 additions and 72 deletions

View file

@ -203,19 +203,19 @@ FriendsDialog::FriendsDialog(QWidget *parent)
ui.nicknameLabel->setText(PeerDefs::nameWithLocation(pd));
}
QString hlp_str = tr(
" <h1><img width=\"32\" src=\":/images/64px_help.png\">&nbsp;&nbsp;Friends</h1> \
<p>The Friends tab shows...your friends: the list of persons you have accepted to connect to. \
</p> \
<p>You can group friends together to allow a finer level of information access, for instance to only allow \
some friends to see some files.</p> \
<p>On the right, you will find 3 useful tabs: \
<ul> \
<li>Broadcast sends messages to all connected friends at once</li> \
<li>Local Network shows the network around you, including friends of your friends</li> \
<li>Keyring contains keys you collected, mostly forwarded to you by your friends</li> \
</ul> </p> \
") ;
QString hlp_str = tr(
" <h1><img width=\"32\" src=\":/images/64px_help.png\">&nbsp;&nbsp;Friends</h1> \
<p>The Friends tab shows...your friends: the list of persons you have accepted to connect to. \
</p> \
<p>You can group friends together to allow a finer level of information access, for instance to only allow \
some friends to see some files.</p> \
<p>On the right, you will find 3 useful tabs: \
<ul> \
<li>Broadcast sends messages to all connected friends at once</li> \
<li>Local Network shows the network around you, including friends of your friends</li> \
<li>Keyring contains keys you collected, mostly forwarded to you by your friends</li> \
</ul> </p> \
") ;
registerHelpButton(ui.helpButton, hlp_str) ;