Minor comment wording tweaks I'd missed in #9065

This commit is contained in:
NiLuJe
2022-05-23 14:44:10 +02:00
parent e7d9463830
commit eac20a441e
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ function ConfirmBox:onShow()
return "ui", self[1][1].dimen
end)
if self.flush_events_on_show then
-- Discard queued and coming up input events to avoid accidental dismissal
-- Discard queued and upcoming input events to avoid accidental dismissal
Input:inhibitInputUntil(true)
end
end

View File

@@ -234,7 +234,7 @@ function InfoMessage:onShow()
return "ui", self[1][1].dimen
end)
if self.flush_events_on_show then
-- Discard queued and coming up input events to avoid accidental dismissal
-- Discard queued and upcoming input events to avoid accidental dismissal
Input:inhibitInputUntil(true)
end
-- schedule us to close ourself if timeout provided