Skip to content

Commit 304896f

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

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
@@ -900,7 +900,7 @@ function setupVolumeBlocks(activity) {
900900
this.beginnerBlock(true);
901901

902902
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.") +
904904
" " +
905905
_("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."),
906906
"documentation",

0 commit comments

Comments
 (0)