diff --git a/language/.en.json b/language/.en.json index 423e489..afa0de4 100644 --- a/language/.en.json +++ b/language/.en.json @@ -112,7 +112,7 @@ }, { "label": "Number of seconds of extra time", - "description": "Set how many seceonds the user will gain for the global time limit when entering this stage." + "description": "Set how many seconds the user will gain for the global time limit when entering this stage." }, { "label": "Always visible", diff --git a/language/it.json b/language/it.json index d30c1b6..fdd34d8 100644 --- a/language/it.json +++ b/language/it.json @@ -112,7 +112,7 @@ }, { "label": "Number of seconds of extra time", - "description": "Set how many seceonds the user will gain for the global time limit when entering this stage." + "description": "Set how many seconds the user will gain for the global time limit when entering this stage." }, { "label": "Always visible", diff --git a/language/lt.json b/language/lt.json index 18f3c90..c5c0037 100644 --- a/language/lt.json +++ b/language/lt.json @@ -112,7 +112,7 @@ }, { "label": "Number of seconds of extra time", - "description": "Set how many seceonds the user will gain for the global time limit when entering this stage." + "description": "Set how many seconds the user will gain for the global time limit when entering this stage." }, { "label": "Always visible", diff --git a/semantics.json b/semantics.json index 32278eb..480f772 100644 --- a/semantics.json +++ b/semantics.json @@ -277,7 +277,7 @@ "name": "specialStageExtraTime", "type": "number", "label": "Number of seconds of extra time", - "description": "Set how many seceonds the user will gain for the global time limit when entering this stage.", + "description": "Set how many seconds the user will gain for the global time limit when entering this stage.", "default": 1, "min": 1 },