File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ let MULTIPALETTEICONS;
8282let MULTIPALETTENAMES ;
8383
8484if ( _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 = [
You can’t perform that action at this time.
0 commit comments