summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2018-09-15 11:04:41 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-15 07:20:55 -0700
commit809471fe4dbaf2687f5caf557f3869a129e2a17e (patch)
treea88848a61cd51d12676659c68822e55507b28aae /desktop-widgets
parentd16bcd8978115768a3d9ff0fa081a2f2a018255b (diff)
downloadsubsurface-809471fe4dbaf2687f5caf557f3869a129e2a17e.tar.gz
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>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/divelistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/divelistview.cpp b/desktop-widgets/divelistview.cpp
index f1fb285ef..fbcd96fd6 100644
--- a/desktop-widgets/divelistview.cpp
+++ b/desktop-widgets/divelistview.cpp
@@ -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,