Skip to content

Commit c925462

Browse files
committed
fix ScriptGroupName and ScriptGroupDescription names in docs
1 parent 9997c6e commit c925462

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/rgp-lua/finaleplugin-properties.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -342,20 +342,20 @@ finaleplugin.AdditionalPrefixes = [[
342342

343343
If you use additional menu properties, you'll often want to categorize your script as a group script. That way, users trying to find and download your script on this website will see a title and description that represents the group of menu items, not just one of the individual menu items.
344344

345-
#### GroupScriptName (string)
345+
#### ScriptGroupName (string)
346346

347347
The name of the group script. Example:
348348

349349
```lua
350-
finaleplugin.GroupScriptName = "Hairpin creator"
350+
finaleplugin.ScriptGroupName = "Hairpin creator"
351351
```
352352

353-
#### GroupScriptDescription (string)
353+
#### ScriptGroupDescription (string)
354354

355355
The description of the group script. Example:
356356

357357
```lua
358-
finaleplugin.GroupScriptDescription = "Creates hairpins of all varieties"
358+
finaleplugin.ScriptGroupDescription = "Creates hairpins of all varieties"
359359
```
360360

361361
## Parameters (Deprecated)

0 commit comments

Comments
 (0)