Changeset - r19081:35bc41901181
[Not reviewed]
master
0 2 0
michi_cc - 12 years ago 2012-02-15 12:11:06
michi_cc@openttd.org
(svn r23949) -Fix (r23947): Wrong positional parameter for timetable string.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -3444,7 +3444,7 @@ STR_TIMETABLE_NOT_TIMETABLEABLE         
 
STR_TIMETABLE_TRAVEL_NOT_TIMETABLED                             :Travel (not timetabled)
 
STR_TIMETABLE_TRAVEL_NOT_TIMETABLED_SPEED                       :Travel with at most {2:VELOCITY} (not timetabled)
 
STR_TIMETABLE_TRAVEL_FOR                                        :Travel for {STRING1}
 
STR_TIMETABLE_TRAVEL_FOR_SPEED                                  :Travel for {STRING1} with at most {2:VELOCITY}
 
STR_TIMETABLE_TRAVEL_FOR_SPEED                                  :Travel for {STRING1} with at most {1:VELOCITY}
 
STR_TIMETABLE_STAY_FOR                                          :and stay for {STRING1}
 
STR_TIMETABLE_AND_TRAVEL_FOR                                    :and travel for {STRING1}
 
STR_TIMETABLE_DAYS                                              :{COMMA} day{P "" s}
src/lang/english_US.txt
Show inline comments
 
@@ -3444,7 +3444,7 @@ STR_TIMETABLE_NOT_TIMETABLEABLE         
 
STR_TIMETABLE_TRAVEL_NOT_TIMETABLED                             :Travel (not timetabled)
 
STR_TIMETABLE_TRAVEL_NOT_TIMETABLED_SPEED                       :Travel with at most {2:VELOCITY} (not timetabled)
 
STR_TIMETABLE_TRAVEL_FOR                                        :Travel for {STRING}
 
STR_TIMETABLE_TRAVEL_FOR_SPEED                                  :Travel for {STRING} with at most {2:VELOCITY}
 
STR_TIMETABLE_TRAVEL_FOR_SPEED                                  :Travel for {STRING} with at most {1:VELOCITY}
 
STR_TIMETABLE_STAY_FOR                                          :and stay for {STRING}
 
STR_TIMETABLE_AND_TRAVEL_FOR                                    :and travel for {STRING}
 
STR_TIMETABLE_DAYS                                              :{COMMA} day{P "" s}
0 comments (0 inline, 0 general)