Skip to content

Commit 71e0261

Browse files
gourijain029-delgourijain026@gmail.com
andauthored
fix: correct typo and grammar in Dock Block help string (#6673)
- 'The Dock block block connections two blocks.' → 'The Dock block connects two blocks.' - Updated translation key in locales/en.json and all locale JSON files - Updated msgid in po/MusicBlocks.pot and all .po files Closes #6672 Co-authored-by: gourijain026@gmail.com <gourijain@example.com>
1 parent df98d87 commit 71e0261

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+168
-172
lines changed

js/blocks/ProgramBlocks.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,11 +1011,7 @@ function setupProgramBlocks(activity) {
10111011
constructor() {
10121012
super("dockblock");
10131013
this.setPalette("program", activity);
1014-
this.setHelpString([
1015-
_("The Dock block block connections two blocks."),
1016-
"documentation",
1017-
""
1018-
]);
1014+
this.setHelpString([_("The Dock block connects two blocks."), "documentation", ""]);
10191015

10201016
this.formBlock({
10211017
/**

locales/af.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/agr.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/am.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/ar.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/ayc.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/bg.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/bi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/bn.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/br.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)