Small UI mods

Thanks RedY3 for helping to solve this issue.

Problem in this case was that Windows Notepad changed the english.json encoding. Therefore these lines:

AUTH_ERROR_PSN_CONNECTION_ISSUES": "PlayStation™Network connection issues

changed into this:

AUTH_ERROR_PSN_CONNECTION_ISSUES": "PlayStationâ„¢Network connection issues

This resulted for the whole english.json file being unreadable.

To fix this for Notepad

    • When saving use File > Save As…
    • Choose Encoding: UTF-8
    • You might have to go rename the english.json.txt back to english.json

I’ve now also added already modified english.json files to the OP.

2 Likes