Skip to content

Commit

Permalink
fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcat committed Apr 7, 2013
1 parent c36f2d4 commit 8425e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/siriproxy-vipercontrol.rb
Expand Up @@ -77,7 +77,7 @@ def send_command_to_car(viper_command)
map_snippet = SiriMapItemSnippet.new
map_snippet.userCurrentLocation = false
map_snippet.items << map
utterance = SiriAssistantUtteranceView.new("Found your Car!","It's located your car near #{map.location.street}.")
utterance = SiriAssistantUtteranceView.new("Found your Car!","It's located near #{map.location.street}.")
add_views.views << utterance
add_views.views << map_snippet
send_object add_views
Expand Down

0 comments on commit 8425e7a

Please sign in to comment.