diff options
| author | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 20:56:30 +0200 | 
|---|---|---|
| committer | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 20:56:30 +0200 | 
| commit | e4e91da56f12637eeec267a4a2cd131d00ecdc7b (patch) | |
| tree | 70c69d9f93d31939758d038ab89fc8df00320fde /client/menu | |
| parent | 4b28bec153c9d48b0fe3bfa5e6f2b6a461c877bb (diff) | |
| download | hurrycurry-e4e91da56f12637eeec267a4a2cd131d00ecdc7b.tar hurrycurry-e4e91da56f12637eeec267a4a2cd131d00ecdc7b.tar.bz2 hurrycurry-e4e91da56f12637eeec267a4a2cd131d00ecdc7b.tar.zst | |
crreceted typos
Signed-off-by: BigBrotherNii <nicochr1004@gmail.com>
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 | 
