aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.cpp
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-09-18 16:28:01 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-18 10:04:50 -0700
commit562dfa1c5d94cf5e4e423d3f535bfb570ff91fa1 (patch)
tree6cf1bf04f7dd865d14849df8d399e10fe943e3ea /qt-models/diveplannermodel.cpp
parent2d68214eac604c104226e2638161c0e4fd14fc79 (diff)
downloadsubsurface-562dfa1c5d94cf5e4e423d3f535bfb570ff91fa1.tar.gz
Spelling corrections
Spell Setpoint without space in user visable strings. Explain authorized_paired. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/diveplannermodel.cpp')
-rw-r--r--qt-models/diveplannermodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.cpp b/qt-models/diveplannermodel.cpp
index cb221a0ad..49fc50229 100644
--- a/qt-models/diveplannermodel.cpp
+++ b/qt-models/diveplannermodel.cpp
@@ -306,7 +306,7 @@ QVariant DivePlannerPointsModel::headerData(int section, Qt::Orientation orienta
case GAS:
return tr("Used gas");
case CCSETPOINT:
- return tr("CC set point");
+ return tr("CC setpoint");
}
} else if (role == Qt::FontRole) {
return defaultModelFont();