We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdab0cc commit 85c71a9Copy full SHA for 85c71a9
huggle/login.cpp
@@ -185,7 +185,7 @@ void Login::Localize()
185
this->ui->checkBox_2->setText(_l("login-remember-password"));
186
this->ui->checkBox_2->setToolTip(_l("login-remember-password-tooltip"));
187
this->ui->labelIntro->setText(_l("login-intro"));
188
- if (this->ui->tableWidget->isVisible())
+ if (!this->ui->tableWidget->isVisible())
189
this->ui->pushButton_2->setText(_l("projects") + " >>");
190
else
191
this->ui->pushButton_2->setText(_l("projects") + " <<");
0 commit comments