mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 09:36:23 -04:00
substitute friend to trusted node in statusbar
This commit is contained in:
parent
529f60a865
commit
d3d3148c82
3 changed files with 6 additions and 6 deletions
|
@ -42,7 +42,7 @@ TorStatus::TorStatus(QWidget *parent)
|
|||
hbox->setSpacing(6);
|
||||
|
||||
statusTor = new QLabel("<strong>" + tr("Tor") + ":</strong>", this );
|
||||
statusTor->setToolTip(tr("<p>This version of Retroshare uses Tor to connect to your friends.</p>")) ;
|
||||
statusTor->setToolTip(tr("<p>This version of Retroshare uses Tor to connect to your trusted nodes.</p>")) ;
|
||||
hbox->addWidget(statusTor);
|
||||
|
||||
torstatusLabel = new QLabel( this );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue