From 809471fe4dbaf2687f5caf557f3869a129e2a17e Mon Sep 17 00:00:00 2001 From: willemferguson Date: Sat, 15 Sep 2018 11:04:41 +0200 Subject: 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 Signed-off-by: Dirk Hohndel --- desktop-widgets/divelistview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-widgets') 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, -- cgit v1.2.3-70-g09d2