diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 09:21:38 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-11 07:06:26 -0700 |
commit | 3a16a64616a854ead300f37bfe6e614e6dde168c (patch) | |
tree | 89bf7c5e7595a8d659edd317bf8b888bf27154c7 /qt-ui/globe.cpp | |
parent | 402198871b15db005e8cce07cad8707b519bf802 (diff) | |
download | subsurface-3a16a64616a854ead300f37bfe6e614e6dde168c.tar.gz |
misc capitalisation and spelling
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/globe.cpp')
-rw-r--r-- | qt-ui/globe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index 91d88345b..8af76ac2a 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -117,7 +117,7 @@ bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev) void GlobeGPS::contextMenuEvent(QContextMenuEvent *ev) { QMenu m; - QAction *a = m.addAction(tr("Edit Selected Dive Locations"), this, SLOT(prepareForGetDiveCoordinates())); + QAction *a = m.addAction(tr("Edit selected dive locations"), this, SLOT(prepareForGetDiveCoordinates())); a->setData(QVariant::fromValue<void *>(&m)); m.exec(ev->globalPos()); } |