Skip to content

Commit 55099e3

Browse files
authored
Merge pull request #764 from rpatters1/RGP/fix-description
fix description of massager
2 parents e5a710d + 136bff6 commit 55099e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/musicxml_massage_export.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function plugindef()
99
finaleplugin.CategoryTags = "Document"
1010
finaleplugin.MinJWLuaVersion = 0.74
1111
finaleplugin.Notes = [[
12-
This script reads a musicxml file exported from Finale and makes modifies it to
12+
This script reads a musicxml file exported from Finale and modifies it to
1313
improve the importing into Dorico or MuseScore. The best process is as follows:
1414
1515
1. Export your document as uncompressed MusicXML.
@@ -24,7 +24,7 @@ function plugindef()
2424
Due to a limitation in the xml parser, all xml processing instructions are removed. These are metadata that neither
2525
Dorico nor MuseScore use, so their removal should not affect importing into those programs.
2626
]]
27-
return "Massage MusicXML...", "", "Massages the MusicXML for the current open document."
27+
return "Massage MusicXML...", "", "Massages MusicXML to make it easier to import to Dorico and MuseScore."
2828
end
2929

3030
local text_extension = ".musicxml"

0 commit comments

Comments
 (0)