diff options
author | rubidium <rubidium@openttd.org> | 2008-04-14 20:31:21 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-14 20:31:21 +0000 |
commit | 172237e32604d122397016123a89dc0bdcb14d09 (patch) | |
tree | 8d63460c24be3fc47d1c247ab843a97a37e11336 /src/lang | |
parent | 62c178f326a3eb07a08e946afb3c6d4de48c51c3 (diff) | |
download | openttd-172237e32604d122397016123a89dc0bdcb14d09.tar.xz |
(svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 892d72f63..35f576601 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1363,6 +1363,8 @@ STR_NETWORK_GAME_NAME :{BLACK}Name STR_NETWORK_GAME_NAME_TIP :{BLACK}Name of the game STR_NETWORK_INFO_ICONS_TIP :{BLACK}Language, server version, etc. STR_NETWORK_CLICK_GAME_TO_SELECT :{BLACK}Click a game from the list to select it +STR_NETWORK_LAST_JOINED_SERVER :{BLACK}The server you joined last time: +STR_NETWORK_CLICK_TO_SELECT_LAST :{BLACK}Click to select the server you played last time STR_NETWORK_FIND_SERVER :{BLACK}Find server STR_NETWORK_FIND_SERVER_TIP :{BLACK}Search network for a server |