diff options
author | rubidium <rubidium@openttd.org> | 2013-06-09 13:55:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-09 13:55:33 +0000 |
commit | a2af1f69afd1971f062ca2ce4047496ed0dbf320 (patch) | |
tree | 4c4e01f32aa3d4aaa3f4a69dbda83309917fc397 /src/lang | |
parent | a724a9924bb4b489370befce7dcf3c3a39c310bb (diff) | |
download | openttd-a2af1f69afd1971f062ca2ce4047496ed0dbf320.tar.xz |
(svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when setting a start date
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 6c094f24f..fd0d6aabe 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3786,7 +3786,7 @@ STR_TIMETABLE_STATUS_NOT_STARTED :{BLACK}This tim STR_TIMETABLE_STATUS_START_AT :{BLACK}This timetable will start at {STRING1} STR_TIMETABLE_STARTING_DATE :{BLACK}Start date -STR_TIMETABLE_STARTING_DATE_TOOLTIP :{BLACK}Select a date as starting point of this timetable +STR_TIMETABLE_STARTING_DATE_TOOLTIP :{BLACK}Select a date as starting point of this timetable. Ctrl+Click sets the starting point of this timetable and distributes all vehicles sharing this order evenly based on their relative order, if the order is completely timetabled STR_TIMETABLE_CHANGE_TIME :{BLACK}Change Time STR_TIMETABLE_WAIT_TIME_TOOLTIP :{BLACK}Change the amount of time that the highlighted order should take |