Translate progressbar text

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-07-22 21:52:56 +04:00 committed by Dirk Hohndel
parent 458b234920
commit 6d5905419e

View file

@ -318,7 +318,7 @@ SubsurfaceWebServices::SubsurfaceWebServices(QWidget *parent, Qt::WindowFlags f)
ui.userID->setText(prefs.userid); ui.userID->setText(prefs.userid);
hidePassword(); hidePassword();
hideUpload(); hideUpload();
ui.progressBar->setFormat("Enter User ID and click Download"); ui.progressBar->setFormat(tr("Enter User ID and click Download"));
ui.progressBar->setRange(0, 1); ui.progressBar->setRange(0, 1);
ui.progressBar->setValue(-1); ui.progressBar->setValue(-1);
ui.progressBar->setAlignment(Qt::AlignCenter); ui.progressBar->setAlignment(Qt::AlignCenter);