diff options
Diffstat (limited to 'client/menu')
| -rw-r--r-- | client/menu/main.gd | 2 | ||||
| -rw-r--r-- | client/menu/setup.tscn | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/client/menu/main.gd b/client/menu/main.gd index 27f8b5b9..f2b9f021 100644 --- a/client/menu/main.gd +++ b/client/menu/main.gd @@ -95,4 +95,4 @@ func _process(_delta):  		Server.State.UNAVAILABLE:  			server_control.text = tr("Server (Unavailable)")  			server_control.disabled = true -			server_control.tooltip_text = tr("Server binary was not found. Please install the server seperately.") +			server_control.tooltip_text = tr("Server binary was not found. Please install the server separately.") diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index 410cd582..4846475f 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -245,7 +245,7 @@ scroll_active = false  [node name="Compensation" type="RichTextLabel" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"]  layout_mode = 2  bbcode_enabled = true -text = "4. [b]Compensation.[/b] You will be compensated monthly for your work." +text = "6. [b]Compensation.[/b] You will be compensated monthly for your work."  fit_content = true  scroll_active = false | 
