kaomoneus / OpenTTD

OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
https://www.openttd.org/
Other
4 stars 1 forks source link

[Bug]: Time format is `00h 00m` and not `00:00`. #9

Closed James103 closed 2 years ago

James103 commented 2 years ago

Version of OpenTTD

76d463f768cf3b5c098706aaf9c3d44b28da18c4

Expected result

The time indicator should be in 00:00 format, which is used in many other places. This also slightly shortens the string.

Actual result

The time indicator is in 00h 00m format. See the below code: https://github.com/kaomoneus/OpenTTD/blob/76d463f768cf3b5c098706aaf9c3d44b28da18c4/src/lang/english.txt#L5457

Steps to reproduce

Start a new game with at least 1 real-life day per in-game year.