Skip to content

Commit 52846f6

Browse files
committed
fix description of massager
1 parent e5a710d commit 52846f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/musicxml_massage_export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)