summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Monty Taylor <mordred@inaugust.com>2020-05-05 07:30:29 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-05 10:23:18 -0700
commitf37f42876260e804e4e990d608a8dcd21a141ba0 (patch)
treeaeb031fc6d9ecca2d94b02d928d87c68e90d3e6e /core
parent786963aba911bd03874a7d2c0e6c21371cc2c171 (diff)
downloadsubsurface-f37f42876260e804e4e990d608a8dcd21a141ba0.tar.gz
cleanup: capitalize use dc
It was suggested in a review of a previous patchset that we should capitalize the use of "use dc" to "Use DC" - but if we were going to do that we should do it everywhere, not just in the one place. This is the followup to do that. Signed-off-by: Monty Taylor <mordred@inaugust.com>
Diffstat (limited to 'core')
-rw-r--r--core/qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp
index f59b804dd..bb68afcbc 100644
--- a/core/qthelper.cpp
+++ b/core/qthelper.cpp
@@ -1162,7 +1162,7 @@ QString localFilePath(const QString &originalFilename)
// the water types need to match the watertypes enum
const QStringList waterTypes = {
- gettextFromC::tr("Fresh"), gettextFromC::tr("Brackish"), gettextFromC::tr("EN13319"), gettextFromC::tr("Salt"), gettextFromC::tr("use dc")
+ gettextFromC::tr("Fresh"), gettextFromC::tr("Brackish"), gettextFromC::tr("EN13319"), gettextFromC::tr("Salt"), gettextFromC::tr("Use DC")
};
// TODO: Apparently Qt has no simple way of listing the supported video