Renamed "location" to "node" in gui (Patch from Henry)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7802 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-12-30 11:11:08 +00:00
parent 1b77e09684
commit 530fcab61d
19 changed files with 228 additions and 285 deletions

View file

@ -620,7 +620,7 @@ void FriendSelectionWidget::peerStatusChanged(const QString& peerId, int status)
gpgId = QString::fromStdString(detail.gpg_id.toStdString());
if (status == (int) RS_STATUS_OFFLINE) {
/* try other locations */
/* try other nodes */
std::list<RsPeerId> sslIds;
rsPeers->getAssociatedSSLIds(detail.gpg_id, sslIds);
@ -637,7 +637,7 @@ void FriendSelectionWidget::peerStatusChanged(const QString& peerId, int status)
}
}
} else {
/* one location is online */
/* one node is online */
gpgStatus = RS_STATUS_ONLINE;
}
}