mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
added more details about copy and paste for recommend message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3294 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b35ad11875
commit
0ab77d8a40
@ -245,7 +245,7 @@ void MessageComposer::recommendFriend(std::list <std::string> &peerids)
|
||||
pMsgDialog->setWindowTitle(tr("Compose: ") + tr("Friend Recommendation")) ;
|
||||
pMsgDialog->insertTitleText(tr("Friend Recommendation(s)").toStdString());
|
||||
|
||||
std::string sMsgText = tr("I recommend a good friend of me, you can trust him too when you trust me.").toStdString();
|
||||
std::string sMsgText = tr("I recommend a good friend of me, you can trust him too when you trust me. <br> Copy person link and paste to Friends list").toStdString();
|
||||
sMsgText += "<br><br>";
|
||||
|
||||
/* process peer ids */
|
||||
|
Loading…
x
Reference in New Issue
Block a user