mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
added tooltip to security item
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8379 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
46d8d59a83
commit
d69e03efd6
@ -152,8 +152,10 @@ void SecurityIpItem::updateItem()
|
||||
case RS_FEED_ITEM_SEC_WRONG_EXTERNAL_IP_REPORTED:
|
||||
ui->titleLabel->setText(tr("Wrong external ip address reported"));
|
||||
ui->ipAddr->setText(QString::fromStdString(mIpAddr));
|
||||
ui->ipAddrReported->setText(QString::fromStdString(mIpAddrReported));
|
||||
break;
|
||||
ui->ipAddr->setToolTip(tr("<p>This is the external IP your Retroshare node thinks it is using.</p>")) ;
|
||||
ui->ipAddrReported->setText(QString::fromStdString(mIpAddrReported));
|
||||
ui->ipAddrReported->setToolTip(tr("<p>This is the IP your friend claims it is connected to. If you changed IPs this is just a false warning. If not, that means your connection to this friend is forwarded by an intermediate peer, which would be suspicious.</p>")) ;
|
||||
break;
|
||||
default:
|
||||
std::cerr << "SecurityIpItem::updateItem() Wrong type" << std::endl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user