diff options
author | belugas <belugas@openttd.org> | 2008-01-01 14:20:48 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-01-01 14:20:48 +0000 |
commit | 61285721a4af4177d52b6751803b639acb52d60d (patch) | |
tree | 4649001ed8ff619fb2275a558ad17a1e8a942a9c /src/lang | |
parent | e5f50b6fde0107f1b77a2f3fb91fc919bab33030 (diff) | |
download | openttd-61285721a4af4177d52b6751803b639acb52d60d.tar.xz |
(svn r11734) -Change: Allow ToggleFullScreen to return the result of the operation' attempt. Previously, only visual clues were available.
-Fix[FS#1519]: When you can not use this resolution at full screen, now you'll know that it failed.
As for the reason it did not work, each computer/OS has its reason.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 981487faa..4dd7840ad 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -941,6 +941,7 @@ STR_OPTIONS_LANG_TIP :{BLACK}Select t STR_OPTIONS_FULLSCREEN :{BLACK}Fullscreen STR_OPTIONS_FULLSCREEN_TIP :{BLACK}Check this box to play OpenTTD fullscreen mode +STR_FULLSCREEN_FAILED :{WHITE}Fullscreen mode failed STR_OPTIONS_RES :{BLACK}Screen resolution STR_OPTIONS_RES_CBO :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} |