Skip to content

Commit 2a08231

Browse files
Title String Changed (#4106)
* [-]title string changed * [-]title string changed * [-]turtle blocks string changed
1 parent 23a377b commit 2a08231

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

js/turtledefs.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let MULTIPALETTEICONS;
8282
let MULTIPALETTENAMES;
8383

8484
if (_THIS_IS_TURTLE_BLOCKS_) {
85-
TITLESTRING = _("Turtle Blocks is a Logo-inspired turtle that draws colorful pictures with snap-together visual-programming blocks.");
85+
TITLESTRING = _("Turtle Blocks");
8686

8787
// We don't include "extras" since we want to be able to delete
8888
// plugins from the extras palette.
@@ -184,8 +184,7 @@ if (_THIS_IS_TURTLE_BLOCKS_) {
184184
MULTIPALETTEICONS = ["artwork", "logic", "music"];
185185
MULTIPALETTENAMES = [_("artwork"), _("logic"), _("music")];
186186
} else {
187-
TITLESTRING = _("Music Blocks is a collection of tools for exploring fundamental musical concepts in a fun way.");
188-
187+
TITLESTRING = _("Music Blocks");
189188
// We don't include "extras" since we want to be able to delete
190189
// plugins from the extras palette.
191190
BUILTINPALETTES = [

0 commit comments

Comments
 (0)