Skip to content

Commit

Permalink
Fix duplicated help message.
Browse files Browse the repository at this point in the history
Resolves google#236.
  • Loading branch information
NeilFraser committed Nov 14, 2022
1 parent 0ac608e commit 0f78846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/turtle/src/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ Turtle.html.helpDialogs_ = function(level, isHtml) {
case 3:
content = BlocklyGames.getMsg('Turtle.helpText3a', true) +
'<div id="sampleHelp3" class="readonly"></div>' +
BlocklyGames.getMsg('Turtle.helpText3a', true);
BlocklyGames.getMsg('Turtle.helpText3b', true);
break;
case 4:
content = BlocklyGames.getMsg('Turtle.helpText4a', true) +
Expand Down

0 comments on commit 0f78846

Please sign in to comment.