mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Improve the status message in the download dialog
This also fixes a typo (untill -> until). Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
be7bbb2a7d
commit
481ddf43c6
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void SubsurfaceWebServices::startDownload()
|
|||
request.setUrl(url);
|
||||
request.setRawHeader("Accept", "text/xml");
|
||||
reply = manager()->get(request);
|
||||
ui.status->setText(tr("Wait a bit until we have something..."));
|
||||
ui.status->setText(tr("Connecting..."));
|
||||
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…
Reference in a new issue