mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QT-UI: fix some typos
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b244226fa8
commit
1ea1c24292
2 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ void SubsurfaceWebServices::startDownload()
|
|||
request.setUrl(url);
|
||||
request.setRawHeader("Accept", "text/xml");
|
||||
reply = manager->get(request);
|
||||
ui.status->setText(tr("Wait a bit untill we have something..."));
|
||||
ui.status->setText(tr("Wait a bit until we have something..."));
|
||||
ui.progressBar->setRange(0,0); // this makes the progressbar do an 'infinite spin'
|
||||
ui.download->setEnabled(false);
|
||||
ui.buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue