File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
//
5
5
// Copyright (C)2010 Nicolas Froment (lasconic)
6
6
// Copyright (C)2014 Jörn Eichler (heuchi)
7
- // Copyright (C)2012-2019 Joachim Schmitz (Jojo-Schmitz)
7
+ // Copyright (C)2012-2024 Joachim Schmitz (Jojo-Schmitz)
8
8
//
9
9
// This program is free software; you can redistribute it and/or modify
10
10
// it under the terms of the GNU General Public License version 2.
@@ -25,12 +25,12 @@ import MuseScore 3.0
25
25
26
26
MuseScore {
27
27
version: " 3.0"
28
- description: " This plugin paints all chords and rests in black"
28
+ description: qsTr ( " This plugin paints all chords and rests in black" )
29
29
menuPath: " Plugins.Notes.Color Notes in Black"
30
30
31
31
Component .onCompleted : {
32
32
if (mscoreMajorVersion >= 4 ) {
33
- title = qsTr ( " Black Notes" ) ;
33
+ title = " Color Notes in Black " ;
34
34
// thumbnailName = ".png";
35
35
categoryCode = " color-notes" ;
36
36
}
You can’t perform that action at this time.
0 commit comments