fixtypos
This commit is contained in:
parent
284fe396f3
commit
c467499359
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ import MuseScore 1.0
|
|||
MuseScore {
|
||||
menuPath: "Plugins.run"
|
||||
version: "2.0"
|
||||
description: "This demo plugin runs an external command. Probably this will only work on linux.";
|
||||
description: "This demo plugin runs an external command. Probably this will only work on Linux.";
|
||||
|
||||
QProcess {
|
||||
id: proc
|
||||
|
|
|
@ -5,7 +5,7 @@ import MuseScore 1.0
|
|||
MuseScore {
|
||||
menuPath: "Plugins.scorelist"
|
||||
version: "2.0"
|
||||
description: "This test plugin interates through the score list."
|
||||
description: "This test plugin iterates through the score list."
|
||||
pluginType: "dialog"
|
||||
|
||||
width: 150
|
||||
|
|
Loading…
Reference in a new issue