Skip to content

Commit

Permalink
fix i18n; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
walterbender committed Jul 2, 2023
1 parent 5b07519 commit 394d468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Toolbar {
["play", _("Play")],
["stop", _("Stop")],
["record",_("Record")],
["FullScreen", _("Full Screen")],
["Full Screen", _("Full screen")],
["newFile", _("New project")],
["load", _("Load project from file")],
["saveButton", _("Save project")],
Expand Down Expand Up @@ -144,7 +144,7 @@ class Toolbar {
["play", _("Play")],
["stop", _("Stop")],
["record", _("Record")],
["FullScreen", _("Full Screen")],
["Full Screen", _("Full Screen")],
["newFile", _("New project")],
["load", _("Load project from file")],
["saveButton", _("Save project")],
Expand Down
2 changes: 1 addition & 1 deletion js/turtledefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
getAuxToolbarButtonNames, TITLESTRING
*/

const VERSION = "3.5.3.3";
const VERSION = "3.5.3.4";
let LOGODEFAULT;
let LOGOJA1 = LOGODEFAULT;
let LOGOJA = LOGODEFAULT;
Expand Down

0 comments on commit 394d468

Please sign in to comment.