diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-02-20 08:15:18 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-04 12:08:17 -0800 |
commit | 59d18a00dbb8a3f00c4a9d5335684bb7611bc5c3 (patch) | |
tree | 753bc8a0ff90125582793ce01ca2f8c941a664a7 /profile-widget | |
parent | 67bba5d1c2b01451c095a3a1f7bde60f907ba053 (diff) | |
download | subsurface-59d18a00dbb8a3f00c4a9d5335684bb7611bc5c3.tar.gz |
divecomputer > dive computer
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |