mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QT-UI: fix some typos
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b244226fa8
commit
1ea1c24292
2 changed files with 2 additions and 2 deletions
|
|
@ -637,7 +637,7 @@ void DiveListView::contextMenuEvent(QContextMenuEvent *event)
|
|||
if (d) {
|
||||
popup.addAction(tr("remove dive(s) from trip"), this, SLOT(removeFromTrip()));
|
||||
popup.addAction(tr("create new trip above"), this, SLOT(newTripAbove()));
|
||||
popup.addAction(tr("add dive(s) to trip immideately above"), this, SLOT(addToTripAbove()));
|
||||
popup.addAction(tr("add dive(s) to trip immediately above"), this, SLOT(addToTripAbove()));
|
||||
}
|
||||
if (trip) {
|
||||
popup.addAction(tr("merge trip with trip above"), this, SLOT(mergeTripAbove()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue