Skip to content

Commit

Permalink
Fixing the error message if browser doesn't support Speech API
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyrigot committed Mar 6, 2014
1 parent 2e07041 commit d3c0dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/nowspeak-i18n.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var i18n_en = {
bottombar_hit_space : 'Hit the spacebar, and speak',
bottombar_recording : 'Recording',

error_requirements_speech : 'Oops, it seems like your browser doesn\'t handle speech recognition. It\'s not that surprising, it\'s a pretty recent feature. Upgrade your browser, or switch to another one!',
error_requirements_speech : 'Oops, it seems like your browser doesn\'t handle speech recognition. It\'s not that surprising, it\'s a pretty recent feature, and only Google Chrome supports it for now. Try this on Google Chrome!',
error_recording : 'Error while recording',
error_recording_by_code : {
'no-speech' : 'It sounds like you said nothing; can you get closer to the mic?',
Expand Down

0 comments on commit d3c0dbc

Please sign in to comment.