Allow users to provide the list of choices as an array of strings. As the 'display' key is the only required key in the suggestions list (and the others are less commonly used) we can make usage easier by allowing the suggestions list to be provided as strings, and we map them to an array of hashes with the 'display' key. Changed: U trunk/Review/Support/lib/ui.rb