mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 07:41:08 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue