diff options
author | planetmaker <planetmaker@openttd.org> | 2013-05-19 09:07:43 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2013-05-19 09:07:43 +0000 |
commit | 7e4f68d275f98e0124c377608af118ea69338c5c (patch) | |
tree | 75d0bff95bff02737fd74ccb0e1696e6d83d89dd /src/lang | |
parent | c8dbb42b6056db1a28469a3289047fbd6222bb9f (diff) | |
download | openttd-7e4f68d275f98e0124c377608af118ea69338c5c.tar.xz |
(svn r25253) -Codechange: Rename the strings of the advertisement settings to better reflect what they do
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 778ca7217..5a31eab98 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1783,10 +1783,10 @@ STR_FACE_TIE_EARRING_TOOLTIP :{BLACK}Change t # Network server list STR_NETWORK_SERVER_LIST_CAPTION :{WHITE}Multiplayer -STR_NETWORK_SERVER_LIST_CONNECTION :{BLACK}Advertised -STR_NETWORK_SERVER_LIST_CONNECTION_TOOLTIP :{BLACK}Choose between an advertised (internet) and a not advertised (Local Area Network, LAN) game -STR_NETWORK_SERVER_LIST_LAN :No -STR_NETWORK_SERVER_LIST_INTERNET :Yes +STR_NETWORK_SERVER_LIST_ADVERTISED :{BLACK}Advertised +STR_NETWORK_SERVER_LIST_ADVERTISED_TOOLTIP :{BLACK}Choose between an advertised (internet) and a not advertised (Local Area Network, LAN) game +STR_NETWORK_SERVER_LIST_ADVERTISED_NO :No +STR_NETWORK_SERVER_LIST_ADVERTISED_YES :Yes STR_NETWORK_SERVER_LIST_PLAYER_NAME :{BLACK}Player name: STR_NETWORK_SERVER_LIST_ENTER_NAME_TOOLTIP :{BLACK}This is the name other players will identify you by @@ -1845,8 +1845,8 @@ STR_NETWORK_START_SERVER_NEW_GAME_NAME_TOOLTIP :{BLACK}The game STR_NETWORK_START_SERVER_SET_PASSWORD :{BLACK}Set password STR_NETWORK_START_SERVER_PASSWORD_TOOLTIP :{BLACK}Protect your game with a password if you don't want it to be publicly accessible -STR_NETWORK_START_SERVER_LAN_INTERNET :No -STR_NETWORK_START_SERVER_INTERNET_ADVERTISE :Yes +STR_NETWORK_START_SERVER_UNADVERTISED :No +STR_NETWORK_START_SERVER_ADVERTISED :Yes STR_NETWORK_START_SERVER_CLIENTS_SELECT :{BLACK}{NUM} client{P "" s} STR_NETWORK_START_SERVER_NUMBER_OF_CLIENTS :{BLACK}Max clients: STR_NETWORK_START_SERVER_NUMBER_OF_CLIENTS_TOOLTIP :{BLACK}Choose the maximum number of clients. Not all slots need to be filled |