Skip to content

Commit 5b3c261

Browse files
committed
Changed Lua_Sapi plugin to speak the word 'plugin' better
1 parent 17955ef commit 5b3c261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Lua_Sapi.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function OnPluginInstall ()
102102
talk = assert (luacom.CreateObject ("SAPI.SpVoice"), "cannot open SAPI")
103103
104104
-- Method call
105-
talk:Speak ("SAPI Plugin installed and is ready.", 1)
105+
talk:Speak ("SAPI Plug-in installed and is ready.", 1)
106106
107107
speak = true
108108
EnableGroup ("speech", true)

0 commit comments

Comments
 (0)