From f37f42876260e804e4e990d608a8dcd21a141ba0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 5 May 2020 07:30:29 -0500 Subject: 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 --- core/qthelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3-70-g09d2