diff options
author | yexo <yexo@openttd.org> | 2011-12-11 11:57:52 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2011-12-11 11:57:52 +0000 |
commit | e0e5e51e2a015d6901730f8edcd4187161ce9901 (patch) | |
tree | 4bd02de4fcc16a4ecc8e0f284e7d78d2ebedbf14 /src/lang | |
parent | 93b568469a9e3291c2c69b9cd95e4140dcaf9976 (diff) | |
download | openttd-e0e5e51e2a015d6901730f8edcd4187161ce9901.tar.xz |
(svn r23492) -Feature: add 'view website' button to the online content window
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 d3fb8e8d9..350cd166c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1855,6 +1855,8 @@ STR_CONTENT_SELECT_UPDATES_CAPTION_TOOLTIP :{BLACK}Mark all STR_CONTENT_UNSELECT_ALL_CAPTION :{BLACK}Unselect all STR_CONTENT_UNSELECT_ALL_CAPTION_TOOLTIP :{BLACK}Mark all content to be not downloaded STR_CONTENT_FILTER_TITLE :{BLACK}Tag/name filter: +STR_CONTENT_OPEN_URL :{BLACK}Visit website +STR_CONTENT_OPEN_URL_TOOLTIP :{BLACK}Visit the website for this content STR_CONTENT_DOWNLOAD_CAPTION :{BLACK}Download STR_CONTENT_DOWNLOAD_CAPTION_TOOLTIP :{BLACK}Start downloading the selected content STR_CONTENT_TOTAL_DOWNLOAD_SIZE :{SILVER}Total download size: {WHITE}{BYTES} |