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:
parent
458b234920
commit
6d5905419e
@ -318,7 +318,7 @@ SubsurfaceWebServices::SubsurfaceWebServices(QWidget *parent, Qt::WindowFlags f)
|
||||
ui.userID->setText(prefs.userid);
|
||||
hidePassword();
|
||||
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->setValue(-1);
|
||||
ui.progressBar->setAlignment(Qt::AlignCenter);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user