diff options
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/error.tscn | 1 | ||||
-rw-r--r-- | client/menu/setup.tscn | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/error.tscn b/client/menu/error.tscn index 1ceda15a..dfe6e015 100644 --- a/client/menu/error.tscn +++ b/client/menu/error.tscn @@ -51,6 +51,7 @@ horizontal_alignment = 1 layout_mode = 2 theme_override_font_sizes/font_size = 24 text = "This should be the error message." +horizontal_alignment = 1 [node name="Control" type="Control" parent="Panel/contents"] custom_minimum_size = Vector2(0, 15.805) diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index befdc92b..bb05c69b 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -187,7 +187,7 @@ scroll_active = false [node name="NameEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"] layout_mode = 2 -tooltip_text = "Other players can see that name when playing on a server" +tooltip_text = "Other players can see your name when playing on a server" [node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"] custom_minimum_size = Vector2(300, 30) |