diff options
author | Alexandre Belloni <alexandre.belloni@piout.net> | 2013-11-30 08:23:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-30 07:16:08 -0800 |
commit | 1ea1c242922f5e8ee42cb7d20127ce4c1f95f366 (patch) | |
tree | dfb50b2d327e5eab08806d707e53a249b498df04 /qt-ui/divelistview.cpp | |
parent | b244226fa8d7a5bf6b5cc21734f428545e7dfc56 (diff) | |
download | subsurface-1ea1c242922f5e8ee42cb7d20127ce4c1f95f366.tar.gz |
QT-UI: fix some typos
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.cpp')
-rw-r--r-- | qt-ui/divelistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp index d8538a5fd..dccbccc8f 100644 --- a/qt-ui/divelistview.cpp +++ b/qt-ui/divelistview.cpp @@ -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())); |