summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,