Update the dive list context menu to reflect new media interface

A minor change to the UI. The wording of the two items in the dive
list context menu "Load image(s) from file(s)" and "Load
image from web" are updated since we now deal with both images
and videos. So it becomes "Load media from file(s)".... etc.

Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
willemferguson 2018-09-15 11:04:41 +02:00 committed by Dirk Hohndel
parent d16bcd8978
commit 809471fe4d

View file

@ -892,8 +892,8 @@ void DiveListView::contextMenuEvent(QContextMenuEvent *event)
popup.addAction(tr("Renumber dive(s)"), this, SLOT(renumberDives()));
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 from web"), this, SLOT(loadWebImages()));
popup.addAction(tr("Load media from file(s)"), this, SLOT(loadImages()));
popup.addAction(tr("Load media from web"), this, SLOT(loadWebImages()));
}
// "collapse all" really closes all trips,