You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/blocks/VolumeBlocks.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -900,7 +900,7 @@ function setupVolumeBlocks(activity) {
900
900
this.beginnerBlock(true);
901
901
902
902
this.setHelpString([
903
-
_("The Crescendo block will increase the volume of the contained notes by a specified amount for every note played."+
903
+
_("The Crescendo block will increase the volume of the contained notes by a specified amount for every note played.")+
904
904
" "+
905
905
_("For example if you have 7 notes in sequence contained in a Crescendo block with a value of 5 the final note will be at 35% more than the starting volume."),
0 commit comments