We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de8c95 commit ad88f66Copy full SHA for ad88f66
gui/startupscreen/CheckClientScreen.gd
@@ -11,7 +11,7 @@ var _clientVer
11
func _ready():
12
Server.connect("client_version", self, "_on_client_version")
13
if OS.get_name() == 'HTML5':
14
- $VBoxContainer/Label.text = "Please clear your brower's cache or download a native client"
+ $VBoxContainer/Label.text = "Please clear your browser's cache or download a native client"
15
16
$VBoxContainer/LinkButton.connect('pressed', self, '_on_download_click')
17
0 commit comments