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 0de963cd8a
commit 3c8a52e83c
2 changed files with 3 additions and 1 deletions

View file

@ -36,6 +36,8 @@ Version 1.11.16+dev:
The chatlog can now always be opened.
* Fix bug #22650: nontranslatable strings displayed in tooltips for terrain icons
* Fix bug #22306: move_unit moves a unit even when it shouldn't
* Fixed Gameplay -> Time of Day help topic displaying the Dawn ToD picture
where the Second Watch picture should be used instead.
Version 1.11.16:
* Add-ons client:

View file

@ -284,7 +284,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]