Update message text

- Add possible fix to "resolution changed" message
This commit is contained in:
David Vogel 2023-03-15 23:58:50 +01:00
parent f1a3010d72
commit b22b42a8d1

View File

@ -127,7 +127,9 @@ function Message:ShowWrongResolution(callback, desc)
"The resolution changed:", "The resolution changed:",
desc or "", desc or "",
" ", " ",
"To fix: Restart Noita or revert the change." "To fix:",
"- Deselect and select the Noita window, or",
"- restart Noita or revert the resolution change."
}, },
Actions = { Actions = {
{ Name = "Query settings again", Hint = nil, HintDesc = nil, Callback = function() Coords:ReadResolutions() end }, { Name = "Query settings again", Hint = nil, HintDesc = nil, Callback = function() Coords:ReadResolutions() end },