diff options
author | Darkvater <darkvater@openttd.org> | 2005-10-28 00:09:59 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-10-28 00:09:59 +0000 |
commit | f56199311284fe48c88d4a55a1794c1f485b151e (patch) | |
tree | be85af0818bf0f725cf2730bda5a90f75c799da6 /lang | |
parent | 1cc537970656e16cb361be4d6570cb76f8404df4 (diff) | |
download | openttd-f56199311284fe48c88d4a55a1794c1f485b151e.tar.xz |
(svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the default save/load directory based on the dialog (added icon to openttd.grf, introduced FIOS_TYPE_DIRECT that allows arbitrary directory jumping).
- Fix: on Win32 capitalize the drive-letter in the saveload dialog windows when it is first opened.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 0a9b73049..fc542bb06 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -394,6 +394,7 @@ STR_018B_CLOSE_WINDOW :{BLACK}Close wi STR_018C_WINDOW_TITLE_DRAG_THIS :{BLACK}Window title - drag this to move window STR_STICKY_BUTTON :{BLACK}Mark this window as uncloseable by the 'Close All Windows' key STR_RESIZE_BUTTON :{BLACK}Click and drag to resize this window +STR_SAVELOAD_HOME_BUTTON :{BLACK}Click here to jump to the current default save/load directory STR_018D_DEMOLISH_BUILDINGS_ETC :{BLACK}Demolish buildings etc. on a square of land STR_018E_LOWER_A_CORNER_OF_LAND :{BLACK}Lower a corner of land STR_018F_RAISE_A_CORNER_OF_LAND :{BLACK}Raise a corner of land |