Changed all strings displayed to end user to use qts localization system
This commit is contained in:
parent
cbf3238f0e
commit
31e5a0fe6d
11 changed files with 47 additions and 36 deletions
|
@ -54,7 +54,7 @@ void LWJGLSelectDialog::loadingStateUpdated(bool loading)
|
|||
setEnabled(!loading);
|
||||
if (loading)
|
||||
{
|
||||
ui->labelStatus->setText("Loading LWJGL version list...");
|
||||
ui->labelStatus->setText(tr("Loading LWJGL version list..."));
|
||||
ui->labelStatus->setStyleSheet("QLabel { color: black; }");
|
||||
}
|
||||
ui->labelStatus->setVisible(loading);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue