Fixed a typo in settings files.
This commit is contained in:
parent
c9924f66da
commit
f5242f7092
@ -69,7 +69,7 @@ volume=1.0
|
|||||||
autoReadIncoming=True
|
autoReadIncoming=True
|
||||||
|
|
||||||
# Speak individual numbers instead of whole string.
|
# Speak individual numbers instead of whole string.
|
||||||
readNumbersAsDigits': False
|
readNumbersAsDigits = False
|
||||||
|
|
||||||
# genericSpeechCommand is the command that is executed for talking
|
# genericSpeechCommand is the command that is executed for talking
|
||||||
# the following variables are replaced with values
|
# the following variables are replaced with values
|
||||||
|
@ -69,7 +69,7 @@ voice=0
|
|||||||
autoReadIncoming=True
|
autoReadIncoming=True
|
||||||
|
|
||||||
# Speak individual numbers instead of whole string.
|
# Speak individual numbers instead of whole string.
|
||||||
readNumbersAsDigits': False
|
readNumbersAsDigits = False
|
||||||
|
|
||||||
# genericSpeechCommand is the command that is executed for talking
|
# genericSpeechCommand is the command that is executed for talking
|
||||||
# the following variables are replaced with values
|
# the following variables are replaced with values
|
||||||
|
@ -69,7 +69,7 @@ voice=en-us
|
|||||||
autoReadIncoming=True
|
autoReadIncoming=True
|
||||||
|
|
||||||
# Speak individual numbers instead of whole string.
|
# Speak individual numbers instead of whole string.
|
||||||
readNumbersAsDigits': False
|
readNumbersAsDigits = False
|
||||||
|
|
||||||
# genericSpeechCommand is the command that is executed for talking
|
# genericSpeechCommand is the command that is executed for talking
|
||||||
# the following variables are replaced with values
|
# the following variables are replaced with values
|
||||||
|
@ -23,7 +23,7 @@ volume=0.6
|
|||||||
autoReadIncoming=True
|
autoReadIncoming=True
|
||||||
|
|
||||||
# Speak individual numbers instead of whole string.
|
# Speak individual numbers instead of whole string.
|
||||||
readNumbersAsDigits': False
|
readNumbersAsDigits = False
|
||||||
|
|
||||||
# genericSpeechCommand is the command that is executed for talking
|
# genericSpeechCommand is the command that is executed for talking
|
||||||
# the following variables are replaced with values
|
# the following variables are replaced with values
|
||||||
|
Loading…
Reference in New Issue
Block a user