mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Update TransfersDialog.cpp
This commit is contained in:
parent
c47e6f620d
commit
72dc1c7da4
@ -1512,7 +1512,7 @@ QString TransfersDialog::getPeerName(const RsPeerId& id, QString &iconName, QStr
|
||||
|
||||
iconName = IMAGE_TUNNEL_ANON;
|
||||
tooltip = tr("Anonymous tunnel 0x")+QString::fromStdString(id.toStdString()).left(8);
|
||||
return tr("Tunnel 0x")+QString::fromStdString(id.toStdString()).left(8);
|
||||
return tr("Tunnel") + " via " + res ;
|
||||
}
|
||||
|
||||
iconName = IMAGE_TUNNEL_FRIEND;
|
||||
|
Loading…
Reference in New Issue
Block a user