OpenTTD / OpenGFX

8bpp Graphics Base Set for OpenTTD
GNU General Public License v2.0
48 stars 26 forks source link

Some fixes #62

Closed LordAro closed 3 years ago

LordAro commented 3 years ago

Presume that's all correct anyway. Usual amount of testing done (none)

Partial fix for #61 - just hardcode the "1.2.0" string in the error message. I played around with getting rid of STR_GRF_NAME, but concluded you'd have to rip apart the build system to do so (which is terrifying, and probably needs doing at some point anyway). {TITLE} looks similar to a {} directive anyway, which most translators know not to touch.

Also updated the URL in the description

TrueBrain commented 3 years ago

Possibly a few of these commits also need to be cherry-picked to OpenSFX / OpenMSX.

Well, maybe only one, the first. Don't know :)

TrueBrain commented 3 years ago

{TITLE} is fine; OpenTTD is full of these kind of strings. I am pretty sure when they get to OpenGFX, they are trained sufficiently to handle that heavy burden of not touching it :D