mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 01:46:16 +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
|
@ -637,7 +637,7 @@ void DiveListView::contextMenuEvent(QContextMenuEvent *event)
|
||||||
if (d) {
|
if (d) {
|
||||||
popup.addAction(tr("remove dive(s) from trip"), this, SLOT(removeFromTrip()));
|
popup.addAction(tr("remove dive(s) from trip"), this, SLOT(removeFromTrip()));
|
||||||
popup.addAction(tr("create new trip above"), this, SLOT(newTripAbove()));
|
popup.addAction(tr("create new trip above"), this, SLOT(newTripAbove()));
|
||||||
popup.addAction(tr("add dive(s) to trip immideately above"), this, SLOT(addToTripAbove()));
|
popup.addAction(tr("add dive(s) to trip immediately above"), this, SLOT(addToTripAbove()));
|
||||||
}
|
}
|
||||||
if (trip) {
|
if (trip) {
|
||||||
popup.addAction(tr("merge trip with trip above"), this, SLOT(mergeTripAbove()));
|
popup.addAction(tr("merge trip with trip above"), this, SLOT(mergeTripAbove()));
|
||||||
|
|
|
@ -112,7 +112,7 @@ void SubsurfaceWebServices::startDownload()
|
||||||
request.setUrl(url);
|
request.setUrl(url);
|
||||||
request.setRawHeader("Accept", "text/xml");
|
request.setRawHeader("Accept", "text/xml");
|
||||||
reply = manager->get(request);
|
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.progressBar->setRange(0,0); // this makes the progressbar do an 'infinite spin'
|
||||||
ui.download->setEnabled(false);
|
ui.download->setEnabled(false);
|
||||||
ui.buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false);
|
ui.buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue