Skip to content

Commit

Permalink
Merge #1601: [GUI] Tor state missing translation
Browse files Browse the repository at this point in the history
edf7ed8 [GUI] Fix tor disabled text missing translation. (furszy)

Pull request description:

  auto-descriptive title. Solving #1600

ACKs for top commit:
  Fuzzbawls:
    ACK edf7ed8

Tree-SHA512: 76b3fa14a6b279d798b97a5ff0ff71dc2cc6c4435ded6b432b40c1647d49554912fe3b7b350f7a21cd9089a21d6b829ac0813031c7a0c2a98a8f5969e0a2e334
  • Loading branch information
random-zebra committed May 6, 2020
2 parents 507f75f + edf7ed8 commit 78a2923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/pivx/topbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ TopBar::TopBar(PIVXGUI* _mainWindow, QWidget *parent) :
ui->pushButtonConnection->setButtonText("No Connection");

ui->pushButtonTor->setButtonClassStyle("cssClass", "btn-check-tor-inactive");
ui->pushButtonTor->setButtonText("Tor Disabled");
ui->pushButtonTor->setButtonText(tr("Tor Disabled"));
ui->pushButtonTor->setChecked(false);

ui->pushButtonStack->setButtonClassStyle("cssClass", "btn-check-stack-inactive");
Expand Down

0 comments on commit 78a2923

Please sign in to comment.