mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 07:47:03 -05: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…
x
Reference in New Issue
Block a user