Fix typo: Celcius to Celsius (#1826)
This commit is contained in:
parent
6613d580f2
commit
01e970553f
5 changed files with 5 additions and 4 deletions
|
|
@ -79,6 +79,7 @@ date of first contribution):
|
|||
* [Greg Hulands](https://github.com/ghulands)
|
||||
* [Andreas Werner](https://github.com/gallore)
|
||||
* [Shawn Bruce](https://github.com/kantlivelong)
|
||||
* [Claudiu Ceia] (https://github.com/ClaudiuCeia)
|
||||
|
||||
OctoPrint started off as a fork of [Cura](https://github.com/daid/Cura) by
|
||||
[Daid Braam](https://github.com/daid). Parts of its communication layer and
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
<div class="control-group">
|
||||
<div class="controls">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" data-bind="checked: appearance_showFahrenheitAlso" id="settings-appearanceShowFahrenheitAlso"> {{ _('Show temperatures in Fahrenheit as well as Celcius') }}
|
||||
<input type="checkbox" data-bind="checked: appearance_showFahrenheitAlso" id="settings-appearanceShowFahrenheitAlso"> {{ _('Show temperatures in Fahrenheit as well as Celsius') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2852,7 +2852,7 @@ msgstr ""
|
|||
"überschrieben sind."
|
||||
|
||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:42
|
||||
msgid "Show temperatures in Fahrenheit as well as Celcius"
|
||||
msgid "Show temperatures in Fahrenheit as well as Celsius"
|
||||
msgstr "Temperaturen sowohl in Fahrenheit als auch Celsius anzeigen"
|
||||
|
||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
||||
|
|
|
|||
|
|
@ -2852,7 +2852,7 @@ msgstr ""
|
|||
"überschrieben sind."
|
||||
|
||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:42
|
||||
msgid "Show temperatures in Fahrenheit as well as Celcius"
|
||||
msgid "Show temperatures in Fahrenheit as well as Celsius"
|
||||
msgstr "Temperaturen sowohl in Fahrenheit als auch Celsius anzeigen"
|
||||
|
||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
||||
|
|
|
|||
|
|
@ -2570,7 +2570,7 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:42
|
||||
msgid "Show temperatures in Fahrenheit as well as Celcius"
|
||||
msgid "Show temperatures in Fahrenheit as well as Celsius"
|
||||
msgstr ""
|
||||
|
||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
||||
|
|
|
|||
Loading…
Reference in a new issue