Skip to content

Commit 645dbb8

Browse files
author
Walter Bender
committed
fix i18n string
1 parent 92904ef commit 645dbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/legobricks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ function LegoWidget() {
268268
this._initializeRowHeaders();
269269

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

274274
/**

0 commit comments

Comments
 (0)