diff options
author | Patric Stout <truebrain@openttd.org> | 2021-08-14 10:19:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 10:19:47 +0200 |
commit | 132c540d58bc652320d8b56d870726ab8e90e8f1 (patch) | |
tree | ba676432a0beb44cc9b1edc3915532d9de1d361a /src/lang | |
parent | 508e465b590c28113ceac472cb73112dbe58435a (diff) | |
download | openttd-132c540d58bc652320d8b56d870726ab8e90e8f1.tar.xz |
Fix: name the Online Players caption the same as in the menu (#9473)
Referring to one window in two ways is a bit annoying.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index fb8c687e7..4f00d1a72 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2138,7 +2138,7 @@ STR_NETWORK_NEED_COMPANY_PASSWORD_CAPTION :{WHITE}Company STR_NETWORK_COMPANY_LIST_CLIENT_LIST :Online players # Network client list -STR_NETWORK_CLIENT_LIST_CAPTION :{WHITE}Multiplayer +STR_NETWORK_CLIENT_LIST_CAPTION :{WHITE}Online Players STR_NETWORK_CLIENT_LIST_SERVER :{BLACK}Server STR_NETWORK_CLIENT_LIST_SERVER_NAME :{BLACK}Name STR_NETWORK_CLIENT_LIST_SERVER_NAME_TOOLTIP :{BLACK}Name of the server you are playing on |