We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92904ef commit 645dbb8Copy full SHA for 645dbb8
js/widgets/legobricks.js
@@ -268,7 +268,7 @@ function LegoWidget() {
268
this._initializeRowHeaders();
269
270
this._scale();
271
- 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 + ")"));
272
};
273
274
/**
0 commit comments