Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: In English (AU) language, "Show tooltips" setting says the unit of time is seconds when it should be miliseconds #9657

Closed
VisibleReality opened this issue Oct 26, 2021 · 2 comments

Comments

@VisibleReality
Copy link

Version of OpenTTD

1.12.0

Expected result

image
The setting shows the correct unit of milliseconds in English (UK)

Actual result

image
Setting claims the delay is in seconds in English (AU)

Steps to reproduce

  1. Select English (AU) as your language in Game Options
  2. Go to Settings > Interface > General
  3. The setting "Show tooltips" will have the wrong unit.
@James103
Copy link
Contributor

This can be fixed in the translation itself.

  1. Request access to translate English (AU): https://github.com/OpenTTD/team/issues/new?assignees=&labels=request_access&template=translator_en_AU.md&title=%5Ben_AU%5D+Translator+access+request
  2. Once the request is approved, follow the directions to access eints.
  3. Use eints to make the following change:
- STR_CONFIG_SETTING_HOVER_DELAY_VALUE                            :Hover for {COMMA} second{P 0 "" s}
+ STR_CONFIG_SETTING_HOVER_DELAY_VALUE                            :Hover for {COMMA} millisecond{P 0 "" s}

@LordAro
Copy link
Member

LordAro commented Nov 6, 2021

Fixed via translator. Will be in next nightly/translator commit

@LordAro LordAro closed this as completed Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants