mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Improved (ungendered) English friend recommendation message (patch ID: 3536093 )
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5638 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
729464d60e
commit
79f067732c
@ -407,7 +407,7 @@ static QString buildRecommendHtml(const std::list<std::string> &sslIds, const st
|
|||||||
|
|
||||||
QString MessageComposer::recommendMessage()
|
QString MessageComposer::recommendMessage()
|
||||||
{
|
{
|
||||||
return tr("Hello,<br>I recommend a good friend of me, you can trust him too when you trust me. <br>");
|
return tr("Hello,<br>I recommend a good friend of mine; you can trust them too when you trust me. <br>");
|
||||||
}
|
}
|
||||||
|
|
||||||
void MessageComposer::recommendFriend(const std::list <std::string> &sslIds, const std::string &to, const QString &msg, bool autoSend)
|
void MessageComposer::recommendFriend(const std::list <std::string> &sslIds, const std::string &to, const QString &msg, bool autoSend)
|
||||||
|
Loading…
Reference in New Issue
Block a user