Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spaces at the end of "TEMPS :" string (and MORTS and BLINGS)
This string is used both in time trials (alongside "MORTS :" and "BLINGS :") as well as outside time trials if you enable the in-game timer. In English, this looks like "TIME:1:23.45". Since French adds a space before the colon, it will look like "TEMPS :1:23.45" instead. Therefore, I've added a space after the colon as well.
- Loading branch information