mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:43:24 +00:00
Modify wording of dive list context menu
Dive context menu: After the addition of the item "Add image(s) from web" the item immediately above is "Add images". It is proper to specify now: "Add image(s) from file(s)" to make the distinction clear. I also change "Shift times" to "Shift dive times". Signed-off-by: willem ferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ac34413a35
commit
a8656759bb
1 changed files with 2 additions and 2 deletions
|
@ -836,8 +836,8 @@ void DiveListView::contextMenuEvent(QContextMenuEvent *event)
|
|||
popup.addAction(tr("Merge selected dives"), this, SLOT(mergeDives()));
|
||||
if (amount_selected >= 1) {
|
||||
popup.addAction(tr("Renumber dive(s)"), this, SLOT(renumberDives()));
|
||||
popup.addAction(tr("Shift times"), this, SLOT(shiftTimes()));
|
||||
popup.addAction(tr("Load images"), this, SLOT(loadImages()));
|
||||
popup.addAction(tr("Shift dive times"), this, SLOT(shiftTimes()));
|
||||
popup.addAction(tr("Load image(s) from file(s)"), this, SLOT(loadImages()));
|
||||
popup.addAction(tr("Load image(s) from web"), this, SLOT(loadWebImages()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue