From f3cf9525de6a6e969c8a0baf5364c3be345a5e8e Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Wed, 11 Jan 2017 10:29:59 +0100 Subject: Images from web currently only works for single pictures so we should not suggest otherwise by plural form. Signed-off-by: Robert C. Helling --- desktop-widgets/divelistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-widgets/divelistview.cpp b/desktop-widgets/divelistview.cpp index 34c021679..b6dfe1315 100644 --- a/desktop-widgets/divelistview.cpp +++ b/desktop-widgets/divelistview.cpp @@ -894,7 +894,7 @@ void DiveListView::contextMenuEvent(QContextMenuEvent *event) 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(s) from web"), this, SLOT(loadWebImages())); + popup.addAction(tr("Load image from web"), this, SLOT(loadWebImages())); } // "collapse all" really closes all trips, -- cgit v1.2.3-70-g09d2