-
Bug
-
Resolution: Fixed
-
1.19.3
-
None
-
Plausible
-
Text
-
Important
-
Platform
Steps to reproduce
- Open a world.
- Cause an out of memory error somehow.
- Get the out of memory screen.
Expected result
The screen has a proper title.
Actual result
The screen has an untranslated title: outOfMemory.error
Code analysis
In OutOfMemoryScreen, the title in the constructor is specified as outOfMemory.error, but that string is not in the en_us.json. A similar string, outOfMemory.title, exists instead.
Relates to MC-238807
- relates to
-
MC-238807 "Out of memory!" message is untranslatable
- Resolved