mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fixed typo
Only correcting in master; may want to consider correcting in other branches
This commit is contained in:
parent
b5bf3e8e85
commit
4fc32b036e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class DisplayRemainingTimeOnLCD(Script):
|
||||||
|
|
||||||
def getSettingDataString(self):
|
def getSettingDataString(self):
|
||||||
return """{
|
return """{
|
||||||
"name":"Disaplay Remaining Time on LCD",
|
"name":"Display Remaining Time on LCD",
|
||||||
"key":"DisplayRemainingTimeOnLCD",
|
"key":"DisplayRemainingTimeOnLCD",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"version": 2,
|
"version": 2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue