Shorten the message to make it visible.

This commit is contained in:
Tigran Aivazian
2012-09-15 21:01:29 +01:00
parent 28ba1c7e37
commit 284ab49db4

View File

@@ -219,7 +219,7 @@ function FileSearcher:addAllCommands()
function(self)
file_entry = self.result[self.perpage*(self.page-1)+self.current]
local file_to_del = file_entry.dir .. "/" .. file_entry.name
InfoMessage:show("Press \'Y\' to confirm deleting... ",0)
InfoMessage:show("Press \'Y\' to confirm... ",0)
while true do
ev = input.saveWaitForEvent()
ev.code = adjustKeyEvents(ev)