Skip to content

Commit ad88f66

Browse files
committed
Fix error message
1 parent 6de8c95 commit ad88f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/startupscreen/CheckClientScreen.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var _clientVer
1111
func _ready():
1212
Server.connect("client_version", self, "_on_client_version")
1313
if OS.get_name() == 'HTML5':
14-
$VBoxContainer/Label.text = "Please clear your brower's cache or download a native client"
14+
$VBoxContainer/Label.text = "Please clear your browser's cache or download a native client"
1515

1616
$VBoxContainer/LinkButton.connect('pressed', self, '_on_download_click')
1717

0 commit comments

Comments
 (0)