From 132c540d58bc652320d8b56d870726ab8e90e8f1 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 14 Aug 2021 10:19:47 +0200 Subject: Fix: name the Online Players caption the same as in the menu (#9473) Referring to one window in two ways is a bit annoying. --- src/lang/english.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf