From 59d18a00dbb8a3f00c4a9d5335684bb7611bc5c3 Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Mon, 20 Feb 2017 08:15:18 +0100 Subject: divecomputer > dive computer --- profile-widget/profilewidget2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profile-widget') diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index f3929a848..56cfae57f 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -1356,9 +1356,9 @@ void ProfileWidget2::contextMenuEvent(QContextMenuEvent *event) return; // create menu to show when right clicking on dive computer name if (dc_number > 0) - m.addAction(tr("Make first divecomputer"), this, SLOT(makeFirstDC())); + m.addAction(tr("Make first dive computer"), this, SLOT(makeFirstDC())); if (count_divecomputers() > 1) - m.addAction(tr("Delete this divecomputer"), this, SLOT(deleteCurrentDC())); + m.addAction(tr("Delete this dive computer"), this, SLOT(deleteCurrentDC())); m.exec(event->globalPos()); // don't show the regular profile context menu return; -- cgit v1.2.3-70-g09d2