Skip to content

Commit 74ca451

Browse files
walterbenderWalter Bender
andauthored
Lego string (#4777)
* fix wierd + strings * fix i18n string --------- Co-authored-by: Walter Bender <[email protected]>
1 parent 577631b commit 74ca451

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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
/**

po/MusicBlocks.pot

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6353,8 +6353,7 @@ msgid "set relative volume"
63536353
msgstr ""
63546354

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

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

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

63736371
#: js/blocks/VolumeBlocks.js:905
@@ -7693,7 +7691,10 @@ msgid "Webcam"
76937691
msgstr ""
76947692

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

76997700
#: js/widgets/legobricks.js:696

0 commit comments

Comments
 (0)