Indicate in the help page that "Home" is the key to be used for exiting the application.

This commit is contained in:
Tigran Aivazian
2012-09-19 21:45:39 +01:00
parent 720687648e
commit 69ac04500a

View File

@@ -532,7 +532,7 @@ function FileChooser:addAllCommands()
self.pagedirty = true
end
)
self.commands:add(KEY_HOME, nil, "Back",
self.commands:add(KEY_HOME, nil, "Home",
"exit",
function(self)
return "break"