Uploaded image for project: 'Minecraft Launcher'
  1. Minecraft Launcher
  2. MCL-24790

String variable $1$s instead of %1$s in two source strings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 3.5.17 (Win 10/11), 3.5.17 (Mac), 3.5.17 (Linux), 3.5.17 (Legacy Win)
    • Minecraft Launcher
    • None
    • Confirmed
    • 1346100

      Selected all most recent versions because this is an issue with the source strings.

      #: ..\..\apps\launcher\src\routes\Products\routes\CreatorTools\BlockBenchSection\BlockBenchSection.tsx:235 and #: ..\..\apps\launcher\src\routes\Products\routes\MarketplacePassPage\components\MarketplacePassItem\index.tsx:486 use the string variable $1$s instead of the usual %1$s (see all other string variables in the Launcher). I have not been made aware of a change in how string variables are formatted; therefore $ substituting % looks like a typo.

      In red the incorrect variable, in green the correct one:

      Wrong Correct
      Open Link to BlockBench Plugin for $1$s Open Link to BlockBench Plugin for %1$s
      Open Minecraft Web Marketplace to $1$s Open Minecraft Web Marketplace to %1$s

            Unassigned Unassigned
            DarkShadow_TNT DarkShadow_TNT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: