Mojira Archive
MCL-15247

About Minecraft Launcher popup says Mojang instead of Mojang Studios

The bug

When the About Minecraft Launcher popup is opened, the copyright message is:

Copyright © 2020 Mojang. All rights reserved.

Mojang recently changed its name to Mojang Studios, so this should probably change too.

How to reproduce

  1. Open the Minecraft Launcher in macOS
  2. In the menu bar (the left of the very top of the screen), click the Minecraft Launcher button to open the dropdown menu. Then select 'About Minecraft Launcher'.
  3. A popup will appear (shown above), you should be able to see the issue here.

Code analysis

Based on the way macOS applications are set up, a file exists within the application called info.plist. In this file, there are two lines of code, as follows:

    <key>NSHumanReadableCopyright</key>
    <string>Copyright © 2020 Mojang. All rights reserved.</string> 

All that is needed to fix this issue is to change Mojang to Mojang Studios, and you're all set.

 

This issue relates to MCL-14381 and WEB-2416.