From 8b7001cdb51df8da8f824834fc850c164b2a080d Mon Sep 17 00:00:00 2001 From: Eduard Baturin Date: Sun, 21 Jul 2024 18:23:52 +0300 Subject: [PATCH] Grammar --- English.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/English.md b/English.md index 4f8a33c..d026af8 100644 --- a/English.md +++ b/English.md @@ -15,7 +15,7 @@ FastLogin version: 1.9 # You want to have language template? Visit the Github Wiki here: # https://github.com/games647/FastLogin/wiki/English -# In order to split a message into seperate lines you could just make a new line, but keep the ' +# In order to split a message into separate lines you could just make a new line, but keep the ' # Example: # bla: '&aFirst line # Second line @@ -80,17 +80,17 @@ wait-on-proxy: '&6Sending request...' # authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet. # So we kick the player, if we cannot encrypt the connection. In other situation (example: premium name check), # the player will be just authenticated as cracked -error-kick: '&4Error occured' +error-kick: '&4Error occurred' -# The server sents a verify token within the premium authentication reqest. If this doesn't match on response, +# The server sents a verify token within the premium authentication request. If this doesn't match on response, # it could be another client sending malicious packets invalid-verify-token: '&4Invalid token' # The client sent no request join server request to the mojang servers which would proof that it's owner of that -# acciunt. Only modified clients would do this. +# account. Only modified clients would do this. invalid-session: '&4Invalid session' -# The client sent a malicous packet without a login request packet +# The client sent a malicious packet without a login request packet invalid-requst: '&4Invalid request' # Message if the bukkit isn't fully started to inject the packets