确认退出聊天房间的文本改名给全局用

This commit is contained in:
MrZ626
2021-01-20 19:56:27 +08:00
parent 045adaaa43
commit 4c351cd1e1
6 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ function scene.keyDown(k)
SCN.back()
else
escapeTimer=TIME()
LOG.print(text.chatQuit,COLOR.orange)
LOG.print(text.sureQuit,COLOR.orange)
end
else
WIDGET.keyPressed(k)