Fixed a typo in settings files.

This commit is contained in:
Storm Dragon 2024-03-14 23:49:00 -04:00
parent c9924f66da
commit f5242f7092
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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