From caabf1b8889beb53ae1521b61b801fb572f713fd Mon Sep 17 00:00:00 2001 From: Jason Bramwell Date: Sun, 9 Feb 2020 14:36:58 +0000 Subject: 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 Signed-off-by: Jason Bramwell Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') 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: { -- cgit v1.2.3-70-g09d2