diff options
author | Jason Bramwell <jb2cool@gmail.com> | 2020-02-09 14:36:58 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-09 12:45:55 -0800 |
commit | caabf1b8889beb53ae1521b61b801fb572f713fd (patch) | |
tree | f09f7e3d535393dfc81a6d2e3f00544a0bfa8632 /mobile-widgets | |
parent | 8391d926c7355a0ff637c2b604e259d0d25c3cb2 (diff) | |
download | subsurface-caabf1b8889beb53ae1521b61b801fb572f713fd.tar.gz |
Correcting typos of the word celsius
Corrected typo of the word celsius in three files:
core/import-csv.c
core/divefileter.h
mobile-widgets/qml/Settings.qml
These were spelled as celcius but corrected these to celsius.
The 'core files were just comments but the mobile-widgets file would be
'active' code.
Reported by: tormento <turment@gmail.com>
Signed-off-by: Jason Bramwell <jb2cool@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/Settings.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index a801fff80..1828b32dd 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -458,7 +458,7 @@ TemplatePage { font.bold: (Backend.unit_system === Enums.PERSONALIZE) } TemplateRadioButton { - text: qsTr("celcius") + text: qsTr("celsius") checked: (Backend.temperature === Enums.CELSIUS) ButtonGroup.group: unitTemperature onClicked: { |