diff options
author | rubidium <rubidium@openttd.org> | 2009-12-16 16:57:26 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-16 16:57:26 +0000 |
commit | 5afa990ccf681d0659c34a65601910f00658863f (patch) | |
tree | ede6e2c72fbb2fbbbef8d528de149a55440a9a94 /src/lang | |
parent | fbfcbe06ec90777a514c42fd928cce2721718891 (diff) | |
download | openttd-5afa990ccf681d0659c34a65601910f00658863f.tar.xz |
(svn r18516) -Feature [FS#3359]: moving of AIs in the AI configuration window. Based on a patch by Zuu.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 25d5b8294..17b0032b1 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3191,6 +3191,11 @@ STR_AI_CONFIG_LIST_TOOLTIP :{BLACK}All AIs STR_AI_CONFIG_HUMAN_PLAYER :Human player STR_AI_CONFIG_RANDOM_AI :Random AI +STR_AI_CONFIG_MOVE_UP :{BLACK}Move Up +STR_AI_CONFIG_MOVE_UP_TOOLTIP :{BLACK}Move selected AI up in the list +STR_AI_CONFIG_MOVE_DOWN :{BLACK}Move Down +STR_AI_CONFIG_MOVE_DOWN_TOOLTIP :{BLACK}Move selected AI down in the list + STR_AI_CONFIG_CHANGE :{BLACK}Select AI STR_AI_CONFIG_CHANGE_TOOLTIP :{BLACK}Load another AI STR_AI_CONFIG_CONFIGURE :{BLACK}Configure |