mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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:
parent
d16bcd8978
commit
809471fe4d
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue