Skip to content

Commit 27ba10f

Browse files
committed
Add Missing translation
Fix typo for grblHAL/grbl
1 parent 79384ad commit 27ba10f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/targets/CNC/GRBL/preferences.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"value": true
122122
},
123123
{
124-
"id": "sort_sd_files",
124+
"id": "sort_directsd_files",
125125
"type": "boolean",
126126
"label": "S224",
127127
"value": true,

src/targets/CNC/grblHAL/preferences.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
]
135135
},
136136
{
137-
"id": "sort_sd_files",
137+
"id": "sort_directsd_files",
138138
"type": "boolean",
139139
"label": "S224",
140140
"value": true,

src/targets/translations/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@
339339
"passive port": "Passive port",
340340
"time": "Time",
341341
"i-time": "Internet time",
342+
"ntp": "Network time provider",
343+
"display": "Display",
342344
"tzone": "Time zone",
343345
"dst": "DST",
344346
"t-server": "Time server",

0 commit comments

Comments
 (0)