Skip to content

Commit b22b42a

Browse files
committed
Update message text
- Add possible fix to "resolution changed" message
1 parent f1a3010 commit b22b42a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

files/message.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ function Message:ShowWrongResolution(callback, desc)
127127
"The resolution changed:",
128128
desc or "",
129129
" ",
130-
"To fix: Restart Noita or revert the change."
130+
"To fix:",
131+
"- Deselect and select the Noita window, or",
132+
"- restart Noita or revert the resolution change."
131133
},
132134
Actions = {
133135
{ Name = "Query settings again", Hint = nil, HintDesc = nil, Callback = function() Coords:ReadResolutions() end },

0 commit comments

Comments
 (0)