Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-148729

Narrator says "Selected" twice upon clicking a world

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • Minecraft 1.14 Pre-Release 4, Minecraft 1.14 Pre-Release 5, 1.15.2, 20w12a, 1.16.2, 1.19.3, 1.20 Pre-release 7
    • None
    • Confirmed
    • Accessibility, Text

      With the Narrator enabled, go to the world selection screen and click a world name. The Narrator says "Selected" twice before announcing the info about the world.

      The game is probably grabbing "Selected: %s" from the string narrator.select, and only then replacing the %s with the string narrator.selected.world, which also begins with "Selected". The fix is to either remove the replacement in the first string and use the second one directly, or to remove the world "Selected" in the second string.

      Related to MC-147869.

            Unassigned Unassigned
            Bentroen Bentroen
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              CHK: