mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
fixed recommendation signature (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f2a8a293cf
commit
63752af168
2 changed files with 2 additions and 2 deletions
|
@ -474,7 +474,7 @@ void MessageComposer::recommendFriend(const std::list <RsPeerId> &sslIds, const
|
|||
sMsgText += recommendHtml;
|
||||
sMsgText += "<br>";
|
||||
sMsgText += tr("This friend is suggested by") + " " + link.toHtml() + "<br><br>" ;
|
||||
sMsgText += tr("Thanks, <br>The RetroShare Team");
|
||||
sMsgText += tr("Thanks, <br>") + QString::fromUtf8(rsPeers->getGPGName(rsPeers->getGPGOwnId()).c_str());
|
||||
composer->setMsgText(sMsgText);
|
||||
|
||||
std::list <RsPeerId>::const_iterator peerIt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue