substitute friend to trusted node in statusbar

This commit is contained in:
pedrolab 2018-11-27 03:18:19 +01:00
parent 529f60a865
commit d3d3148c82
3 changed files with 6 additions and 6 deletions

View file

@ -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 );