mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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:
parent
db17adfb28
commit
f3cf9525de
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ void DiveListView::contextMenuEvent(QContextMenuEvent *event)
|
||||||
popup.addAction(tr("Shift dive times"), this, SLOT(shiftTimes()));
|
popup.addAction(tr("Shift dive times"), this, SLOT(shiftTimes()));
|
||||||
popup.addAction(tr("Split selected dives"), this, SLOT(splitDives()));
|
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 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,
|
// "collapse all" really closes all trips,
|
||||||
|
|
Loading…
Reference in a new issue