Skip to content

Commit d9aa917

Browse files
author
Walter Bender
committed
fix parsing error introduced by reformating
1 parent e5ca183 commit d9aa917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/blocks/VolumeBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ function setupVolumeBlocks(activity) {
840840
this.beginnerBlock(true);
841841

842842
this.setHelpString([
843-
_("The Decrescendo block will decrease the volume of the contained notes by a specified amount for every note played." +
843+
_("The Decrescendo block will decrease the volume of the contained notes by a specified amount for every note played.") +
844844
" " +
845845
_("For example if you have 7 notes in sequence contained in a Decrescendo block with a value of 5 the final note will be at 35% less than the starting volume."),
846846
"documentation",

0 commit comments

Comments
 (0)