diff options
author | rubidium42 <rubidium@openttd.org> | 2021-04-22 08:01:52 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-04-24 08:02:54 +0200 |
commit | bfb0ab3e2f5a5a09b4bf7f5584199425ffb1de50 (patch) | |
tree | 47f3e37e8d3a46096964ad32aa642b3f20ab24ea /src/lang | |
parent | 5202869f0fec5512211988b35b1ee4b29a33686d (diff) | |
download | openttd-bfb0ab3e2f5a5a09b4bf7f5584199425ffb1de50.tar.xz |
Feature: [Network] Ensure players fill in a name instead of defaulting to "Player"
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 8eb7616bc..7ba1768e2 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2175,6 +2175,7 @@ STR_NETWORK_ERROR_SERVER_START :{WHITE}Could no STR_NETWORK_ERROR_CLIENT_START :{WHITE}Could not connect STR_NETWORK_ERROR_TIMEOUT :{WHITE}Connection #{NUM} timed out STR_NETWORK_ERROR_SERVER_ERROR :{WHITE}A protocol error was detected and the connection was closed +STR_NETWORK_ERROR_BAD_PLAYER_NAME :{WHITE}Your player name has not been set. The name can be set at the top of the Multiplayer window STR_NETWORK_ERROR_WRONG_REVISION :{WHITE}The revision of this client does not match the server's revision STR_NETWORK_ERROR_WRONG_PASSWORD :{WHITE}Wrong password STR_NETWORK_ERROR_SERVER_FULL :{WHITE}The server is full |