Images from web currently only works for single pictures

so we should not suggest otherwise by plural form.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2017-01-11 10:29:59 +01:00 committed by Subsurface
parent db17adfb28
commit f3cf9525de

View file

@ -894,7 +894,7 @@ void DiveListView::contextMenuEvent(QContextMenuEvent *event)
popup.addAction(tr("Shift dive times"), this, SLOT(shiftTimes()));
popup.addAction(tr("Split selected dives"), this, SLOT(splitDives()));
popup.addAction(tr("Load image(s) from file(s)"), this, SLOT(loadImages()));
popup.addAction(tr("Load image(s) from web"), this, SLOT(loadWebImages()));
popup.addAction(tr("Load image from web"), this, SLOT(loadWebImages()));
}
// "collapse all" really closes all trips,