mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
786963aba9
commit
f37f428762
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue