mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05:00
renaming Persons to Friends
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3438 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bfb7d4d908
commit
1d957f3674
@ -377,7 +377,7 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )
|
||||
recommendfriendAct->setDisabled(true);
|
||||
}
|
||||
|
||||
QAction* pastePersonAct = new QAction(QIcon(IMAGE_PASTELINK), tr( "Paste Person Link" ), &contextMnu );
|
||||
QAction* pastePersonAct = new QAction(QIcon(IMAGE_PASTELINK), tr( "Paste Friend Link" ), &contextMnu );
|
||||
if(!RSLinkClipboard::empty(RetroShareLink::TYPE_PERSON)) {
|
||||
connect( pastePersonAct , SIGNAL( triggered() ), this, SLOT( pastePerson() ) );
|
||||
} else {
|
||||
|
@ -718,7 +718,7 @@ background: white;}</string>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Person</string>
|
||||
<string>Friends</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
|
@ -253,7 +253,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. <br> Copy person link and paste to Friends list").toStdString();
|
||||
std::string sMsgText = tr("I recommend a good friend of me, you can trust him too when you trust me. <br> Copy friend link and paste to Friends list").toStdString();
|
||||
sMsgText += "<br><br>";
|
||||
|
||||
/* process peer ids */
|
||||
|
Loading…
x
Reference in New Issue
Block a user