diff options
author | Owen Rudge <owen@owenrudge.net> | 2020-12-08 21:07:08 +0000 |
---|---|---|
committer | Owen Rudge <owen@owenrudge.net> | 2020-12-09 09:21:34 +0000 |
commit | 535e18b54ecdae164b761c3146a50d5820bc6b36 (patch) | |
tree | 306a2a20d507d3c7a21b8abfe1bf9362c6dae153 /src/lang | |
parent | 2864d019f05b8c8bb3159f2c8913ed834e487698 (diff) | |
download | openttd-535e18b54ecdae164b761c3146a50d5820bc6b36.tar.xz |
Change: Don't display OS name when the user is exiting the game
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index c055f54a0..510e29279 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1807,18 +1807,10 @@ STR_INTRO_TRANSLATION :{BLACK}This tra # Quit window STR_QUIT_CAPTION :{WHITE}Exit -STR_QUIT_ARE_YOU_SURE_YOU_WANT_TO_EXIT_OPENTTD :{YELLOW}Are you sure you want to exit OpenTTD and return to {STRING}? +STR_QUIT_ARE_YOU_SURE_YOU_WANT_TO_EXIT_OPENTTD :{YELLOW}Are you sure you want to exit OpenTTD? STR_QUIT_YES :{BLACK}Yes STR_QUIT_NO :{BLACK}No -# Supported OSes -STR_OSNAME_WINDOWS :Windows -STR_OSNAME_UNIX :Unix -STR_OSNAME_OSX :OS{NBSP}X -STR_OSNAME_HAIKU :Haiku -STR_OSNAME_OS2 :OS/2 -STR_OSNAME_SUNOS :SunOS - # Abandon game STR_ABANDON_GAME_CAPTION :{WHITE}Abandon Game STR_ABANDON_GAME_QUERY :{YELLOW}Are you sure you want to abandon this game? |