diff options
author | Stiepen22 <stiepen22@gmx.de> | 2013-09-08 18:13:09 +0200 |
---|---|---|
committer | Stiepen22 <stiepen22@gmx.de> | 2013-09-08 18:13:09 +0200 |
commit | 31e5a0fe6d75e124bc772faafcef2618e16c3dbf (patch) | |
tree | a49f2cd2669423fb185baaa6fed78370c3ae3e45 /gui/lwjglselectdialog.cpp | |
parent | cbf3238f0e4d761ff34c9469f1ec88bd937152a5 (diff) | |
download | MultiMC-31e5a0fe6d75e124bc772faafcef2618e16c3dbf.tar MultiMC-31e5a0fe6d75e124bc772faafcef2618e16c3dbf.tar.gz MultiMC-31e5a0fe6d75e124bc772faafcef2618e16c3dbf.tar.lz MultiMC-31e5a0fe6d75e124bc772faafcef2618e16c3dbf.tar.xz MultiMC-31e5a0fe6d75e124bc772faafcef2618e16c3dbf.zip |
Changed all strings displayed to end user to use qts localization system
Diffstat (limited to 'gui/lwjglselectdialog.cpp')
-rw-r--r-- | gui/lwjglselectdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/lwjglselectdialog.cpp b/gui/lwjglselectdialog.cpp index 9de92754..c3215b7b 100644 --- a/gui/lwjglselectdialog.cpp +++ b/gui/lwjglselectdialog.cpp @@ -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); |