diff options
author | glx22 <glx@openttd.org> | 2021-02-02 18:26:24 +0100 |
---|---|---|
committer | Loïc Guilloux <glx22@users.noreply.github.com> | 2021-02-15 00:08:37 +0100 |
commit | 45e8b7a5bd6f2bbfbda8688911ae20d4186298f4 (patch) | |
tree | ff929f483715bd9bf4102f97a9ef1b74d9fc9308 /src/lang | |
parent | ce06b03faca3aca77efb28c799f2c575cb96211a (diff) | |
download | openttd-45e8b7a5bd6f2bbfbda8688911ae20d4186298f4.tar.xz |
Add: Allow translation of "(Directory)" and "(Parent directory)"
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 bf188651c..b6a368830 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2847,6 +2847,8 @@ STR_SAVELOAD_DETAIL_GRFSTATUS :{SILVER}NewGRF: STR_SAVELOAD_FILTER_TITLE :{BLACK}Filter string: STR_SAVELOAD_OVERWRITE_TITLE :{WHITE}Overwrite File STR_SAVELOAD_OVERWRITE_WARNING :{YELLOW}Are you sure you want to overwrite the existing file? +STR_SAVELOAD_DIRECTORY :{RAW_STRING} (Directory) +STR_SAVELOAD_PARENT_DIRECTORY :{RAW_STRING} (Parent directory) STR_SAVELOAD_OSKTITLE :{BLACK}Enter a name for the savegame |