diff options
author | rubidium <rubidium@openttd.org> | 2008-11-18 23:53:37 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-11-18 23:53:37 +0000 |
commit | 150bf7e489841ff799197022583dc058d55780df (patch) | |
tree | 218a482fce834fe95fda7471c7dc81ddd9dddf8c /src/lang | |
parent | 698f05e756bbcd1aad453d5e25c5e7949a1a1a74 (diff) | |
download | openttd-150bf7e489841ff799197022583dc058d55780df.tar.xz |
(svn r14592) -Feature [FS#1124]: non-destructive autofill with option to keep waiting times (PhilSophus)
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index e0e071bbf..c8ff885e2 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2941,7 +2941,7 @@ STR_TIMETABLE_STATUS_EARLY :This vehicle is STR_TIMETABLE_TOTAL_TIME :This timetable will take {STRING1} to complete STR_TIMETABLE_TOTAL_TIME_INCOMPLETE :This timetable will take at least {STRING1} to complete (not all timetabled) STR_TIMETABLE_AUTOFILL :{BLACK}Autofill -STR_TIMETABLE_AUTOFILL_TOOLTIP :{BLACK}Fill the timetable automatically with the values from the first journey +STR_TIMETABLE_AUTOFILL_TOOLTIP :{BLACK}Fill the timetable automatically with the values from the next journey (CTRL-click to try to keep waiting times) ##id 0x9000 STR_9000_ROAD_VEHICLE_IN_THE_WAY :{WHITE}Road vehicle in the way |