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