Spelling mistake

This commit is contained in:
Adrien Ufferte
2025-07-08 15:10:29 +02:00
parent ecb4cb3c57
commit ed06c087b0
6 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@ const LOGIN_SCENE_PATH: String = "res://sources/menus/login/login.tscn"
const USER_LANGUAGE_RESOURCES_PATH: String = "user://language_resources"
const ERROR_MESSAGES: Array[String] = [
"DISCONECTED_ERROR",
"DISCONNECTED_ERROR",
"NO_INTERNET_ACCESS",
"ERROR_DOWNLOADING",
"INVALID_LANGUAGE_DIRECTORY",
@@ -123,7 +123,7 @@ label_settings = ExtResource("4_03o13")
[node name="ErrorPopup" type="CanvasLayer" parent="."]
visible = false
script = ExtResource("5_dyine")
content_text = "DISCONECTED_ERROR"
content_text = "DISCONNECTED_ERROR"
[node name="TextureRect" type="TextureRect" parent="ErrorPopup"]
top_level = true
@@ -170,7 +170,7 @@ custom_minimum_size = Vector2(1000, 0)
layout_mode = 2
size_flags_vertical = 1
theme_override_font_sizes/font_size = 70
text = "DISCONECTED_ERROR"
text = "DISCONNECTED_ERROR"
autowrap_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="ErrorPopup/TextureRect/PanelContainer/VBoxContainer/MarginContainer/VBoxContainer"]