mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
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:
parent
7f7a596191
commit
f474663fc2
6 changed files with 72 additions and 72 deletions
|
@ -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\"> 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\"> 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) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue