Skip to content

Commit 73f327b

Browse files
authored
Merge pull request #297 from finale-lua/group-script-docs
fix ScriptGroupName and ScriptGroupDescription names in docs
2 parents b08a6d9 + c925462 commit 73f327b

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)