Fix incorrect image reference in the ToD help topic (bug #22537)

This commit is contained in:
Ignacio R. Morelle 2014-10-04 01:37:09 -03:00
parent d5de2bf7ba
commit 5284bfb3c5
2 changed files with 3 additions and 1 deletions

View file

@ -327,6 +327,8 @@ Version 1.13.0-dev:
The chatlog can now always be opened.
* Fix bug #22745: choose_track function crashes the game in certain cases
* Fix bug #22650: nontranslatable strings displayed in tooltips for terrain icons
* Fixed Gameplay -> Time of Day help topic displaying the Dawn ToD picture
where the Second Watch picture should be used instead.
Version 1.11.11:
* Add-ons server:

View file

@ -297,7 +297,7 @@ The current time of day can be observed under the minimap in the status pane. Fo
" + _"Afternoon" + " <jump>to=160</jump><img>src=misc/time-schedules/default/schedule-afternoon.png align=here</img>
" + _"Dusk" + " <jump>to=160</jump><img>src=misc/time-schedules/default/schedule-dusk.png align=here</img>
" + _"First Watch" + " <jump>to=160</jump><img>src=misc/time-schedules/default/schedule-firstwatch.png align=here</img>
" + _"Second Watch" + " <jump>to=160</jump><img>src=misc/time-schedules/default/schedule-dawn.png align=here</img>
" + _"Second Watch" + " <jump>to=160</jump><img>src=misc/time-schedules/default/schedule-secondwatch.png align=here</img>
" + "
<img>src=misc/time-schedules/schedule-underground.png align=right float=yes</img>" + _"Keep in mind that some scenarios take place underground, where it is perpetually night!"
[/topic]