|
24 | 24 | #Speech_SpeechStyle is derived from the yaml files under the selected language |
25 | 25 | Speech_Verbosity = ("Terse", "Medium", "Verbose") |
26 | 26 | Speech_SubjectArea = ("General") |
27 | | -Speech_Chemistry = ("SpellOut", "AsCompound", "Off") |
| 27 | +Speech_Chemistry = ("SpellOut", "Off") |
28 | 28 | Navigation_NavMode = ("Enhanced", "Simple", "Character") |
29 | 29 | #Navigation_ResetNavMode is boolean |
30 | 30 | #Navigation_OverView is boolean |
@@ -422,7 +422,7 @@ def validate_user_preferences(): |
422 | 422 | # SubjectArea: General # FIX: still working on this |
423 | 423 | UserInterface.validate("Speech", "SubjectArea", None, "General") |
424 | 424 | # Chemistry: SpellOut # SpellOut (H 2 0), AsCompound (Water), Off (H sub 2 O) |
425 | | - UserInterface.validate("Speech", "Chemistry", ["SpellOut", "AsCompound", "Off"], "SpellOut") |
| 425 | + UserInterface.validate("Speech", "Chemistry", ["SpellOut", "Off"], "SpellOut") |
426 | 426 | #Navigation: |
427 | 427 | # NavMode: Enhanced # Enhanced, Simple, Character |
428 | 428 | UserInterface.validate("Navigation", "NavMode", ["Enhanced", "Simple", "Character"], "Enhanced") |
|
0 commit comments