Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/widgets/legobricks.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function LegoWidget() {
this._initializeRowHeaders();

this._scale();
this.activity.textMsg(_("LEGO Bricks - Phrase Maker with " + this.rowLabels.length + " pitch rows (sorted by frequency, Instrument: " + this.selectedInstrument + ")"));
this.activity.textMsg(_("LEGO Bricks - Phrase Maker with") + " " + this.rowLabels.length + " " + _("pitch rows (sorted by frequency, Instrument:" + " " + this.selectedInstrument + ")"));
};

/**
Expand Down
11 changes: 6 additions & 5 deletions po/MusicBlocks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6353,8 +6353,7 @@ msgid "set relative volume"
msgstr ""

#: js/blocks/VolumeBlocks.js:843
msgid "The Decrescendo block will decrease the volume of the contained notes by a specified amount for every note played.\" +
"
msgid "The Decrescendo block will decrease the volume of the contained notes by a specified amount for every note played."
msgstr ""

#: js/blocks/VolumeBlocks.js:845
Expand All @@ -6366,8 +6365,7 @@ msgid "decrescendo"
msgstr ""

#: js/blocks/VolumeBlocks.js:903
msgid "The Crescendo block will increase the volume of the contained notes by a specified amount for every note played.\" +
"
msgid "The Crescendo block will increase the volume of the contained notes by a specified amount for every note played."
msgstr ""

#: js/blocks/VolumeBlocks.js:905
Expand Down Expand Up @@ -7693,7 +7691,10 @@ msgid "Webcam"
msgstr ""

#: js/widgets/legobricks.js:271
msgid "LEGO Bricks - Phrase Maker with \" + this.rowLabels.length + \" pitch rows (sorted by frequency, Instrument: \" + this.selectedInstrument + "
msgid "LEGO Bricks - Phrase Maker with"
msgstr ""

msgid "pitch rows (sorted by frequency, Instrument:"
msgstr ""

#: js/widgets/legobricks.js:696
Expand Down