diff options
author | rubidium <rubidium@openttd.org> | 2009-08-09 19:50:44 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-09 19:50:44 +0000 |
commit | 9ee2a66c8620d2f47c0d7792847c90146dfc4f8e (patch) | |
tree | dae5e6c7eac84bc443fc16ebb012bb7697923649 /src/lang | |
parent | 35d5a197d6f93e05eb358ed0a30db9ab2645911b (diff) | |
download | openttd-9ee2a66c8620d2f47c0d7792847c90146dfc4f8e.tar.xz |
(svn r17139) -Change: add the concept of sound sets
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 6ed40ea98..4eb065988 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -917,6 +917,10 @@ STR_GAME_OPTIONS_BASE_GRF_TOOLTIP :{BLACK}Select t STR_GAME_OPTIONS_BASE_GRF_STATUS :{RED}{NUM} missing/corrupted file{P "" s} STR_GAME_OPTIONS_BASE_GRF_DESCRIPTION_TOOLTIP :{BLACK}Additional information about the base graphics set +STR_GAME_OPTIONS_BASE_SFX :{BLACK}Base sounds set +STR_GAME_OPTIONS_BASE_SFX_TOOLTIP :{BLACK}Select the base sounds set to use +STR_GAME_OPTIONS_BASE_SFX_DESCRIPTION_TOOLTIP :{BLACK}Additional information about the base sounds set + STR_ERROR_FULLSCREEN_FAILED :{WHITE}Fullscreen mode failed # Custom currency window @@ -1770,6 +1774,7 @@ STR_CONTENT_TYPE_AI :AI STR_CONTENT_TYPE_AI_LIBRARY :AI library STR_CONTENT_TYPE_SCENARIO :Scenario STR_CONTENT_TYPE_HEIGHTMAP :Heightmap +STR_CONTENT_TYPE_BASE_SOUNDS :Base sounds # Content downloading progress window STR_CONTENT_DOWNLOAD_TITLE :{WHITE}Downloading content... |