(svn r23949) -Fix (r23947): Wrong positional parameter for timetable string.

This commit is contained in:
michi_cc 2012-02-15 12:11:06 +00:00
parent 7531da73a9
commit 1274a77da0
2 changed files with 2 additions and 2 deletions

View File

@ -3444,7 +3444,7 @@ STR_TIMETABLE_NOT_TIMETABLEABLE :Travel (automat
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}

View File

@ -3444,7 +3444,7 @@ STR_TIMETABLE_NOT_TIMETABLEABLE :Travel (automat
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}