mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -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
|
@ -283,15 +283,15 @@ MessagesDialog::MessagesDialog(QWidget *parent)
|
|||
|
||||
#endif
|
||||
|
||||
QString help_str = tr(
|
||||
" <h1><img width=\"32\" src=\":/images/64px_help.png\"> Messages</h1> \
|
||||
<p>Messages are like <b>e-mail</b>: you send/receive them from your friends when both of you are connected.</p> \
|
||||
<p>It is also possible to send messages to non friends, using tunnels. Such messages are always encrypted. It is \
|
||||
recommended to cryptographically sign distant messages, as a proof of your identity, using the <img width=\"16\" src=\":/images/stock_signature_ok.png\"/> button \
|
||||
in the message composer window. Distant messages are not guarrantied to arrive, since this requires the distant peer to accept them (You need yourself to switch this on in Config-Messages).</p>\
|
||||
<p>Some additional features allow you to exchange data in messages: you may recommend files to your friends by pasting file links, \
|
||||
or recommend friends-to-be to other friends, in order to streathen your network.</p> \
|
||||
") ;
|
||||
QString help_str = tr(
|
||||
" <h1><img width=\"32\" src=\":/images/64px_help.png\"> Messages</h1> \
|
||||
<p>Messages are like <b>e-mail</b>: you send/receive them from your friends when both of you are connected.</p> \
|
||||
<p>It is also possible to send messages to non friends, using tunnels. Such messages are always encrypted. It is \
|
||||
recommended to cryptographically sign distant messages, as a proof of your identity, using the <img width=\"16\" src=\":/images/stock_signature_ok.png\"/> button \
|
||||
in the message composer window. Distant messages are not guarrantied to arrive, since this requires the distant peer to accept them (You need yourself to switch this on in Config-Messages).</p>\
|
||||
<p>Some additional features allow you to exchange data in messages: you may recommend files to your friends by pasting file links, \
|
||||
or recommend friends-to-be to other friends, in order to streathen your network.</p> \
|
||||
") ;
|
||||
|
||||
registerHelpButton(ui.helpButton,help_str) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue