One string was missing
This commit is contained in:
@ -174,7 +174,7 @@ class Game:
|
||||
self.load_state(state)
|
||||
except JSONDecodeError:
|
||||
self.message = _("The JSON file is not correct.\n"
|
||||
"Your save seems corrupted."
|
||||
"Your save seems corrupted. "
|
||||
"It got deleted.")
|
||||
os.unlink(file_path)
|
||||
self.display_actions(DisplayActions.UPDATE)
|
||||
|
Reference in New Issue
Block a user