We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17955ef commit 5b3c261Copy full SHA for 5b3c261
plugins/Lua_Sapi.xml
@@ -102,7 +102,7 @@ function OnPluginInstall ()
102
talk = assert (luacom.CreateObject ("SAPI.SpVoice"), "cannot open SAPI")
103
104
-- Method call
105
- talk:Speak ("SAPI Plugin installed and is ready.", 1)
+ talk:Speak ("SAPI Plug-in installed and is ready.", 1)
106
107
speak = true
108
EnableGroup ("speech", true)
0 commit comments