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

Make setting vehicle headlight direction simpler #34282

Merged
merged 3 commits into from
Sep 28, 2019

Commits on Sep 27, 2019

  1. Fix usage of untranslated string.

    Neither "overhead light" nor "headlight" had been translated.
    This now uses the name of the vehicle part itself (which is already translated).
    BevapDin committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    3fea3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    573e982 View commit details
    Browse the repository at this point in the history
  3. Ensure the user gives a valid direction when installing a vehicle light

    Adds a loop around the input code that queries the user again when they did not enter anything valid.
    
    Changes the popup text slightly to indicate that they need to press space first and than have to choose the direction.
    BevapDin committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    64266ff View commit details
    Browse the repository at this point in the history