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)
|
* [Greg Hulands](https://github.com/ghulands)
|
||||||
* [Andreas Werner](https://github.com/gallore)
|
* [Andreas Werner](https://github.com/gallore)
|
||||||
* [Shawn Bruce](https://github.com/kantlivelong)
|
* [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
|
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
|
[Daid Braam](https://github.com/daid). Parts of its communication layer and
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<label class="checkbox">
|
<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>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2852,7 +2852,7 @@ msgstr ""
|
||||||
"überschrieben sind."
|
"überschrieben sind."
|
||||||
|
|
||||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:42
|
#: 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"
|
msgstr "Temperaturen sowohl in Fahrenheit als auch Celsius anzeigen"
|
||||||
|
|
||||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
||||||
|
|
|
||||||
|
|
@ -2852,7 +2852,7 @@ msgstr ""
|
||||||
"überschrieben sind."
|
"überschrieben sind."
|
||||||
|
|
||||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:42
|
#: 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"
|
msgstr "Temperaturen sowohl in Fahrenheit als auch Celsius anzeigen"
|
||||||
|
|
||||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
||||||
|
|
|
||||||
|
|
@ -2570,7 +2570,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:42
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
#: src/octoprint/templates/dialogs/settings/appearance.jinja2:51
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue