diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2014-07-22 21:52:56 +0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-24 07:29:42 -0700 |
commit | 6d5905419e3c6e081fd8edc32820821967d89570 (patch) | |
tree | 759c545b0263d425169b27d6c6e507d433c9517a /qt-ui | |
parent | 458b23492034207d7e292cefcd14e5f6adb5b74b (diff) | |
download | subsurface-6d5905419e3c6e081fd8edc32820821967d89570.tar.gz |
Translate progressbar text
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/subsurfacewebservices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp index 31358cf07..e0b411b06 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -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); |