From c65a77bd85824171f363c95b615c5025a605b71e Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Sat, 13 Apr 2013 02:32:09 -0400 Subject: Fixed issue #25 Corrected the capitalization of the "Project notes..." menu item --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index d4320f2..14bbb03 100644 --- a/gui.js +++ b/gui.js @@ -1914,7 +1914,7 @@ IDE_Morph.prototype.projectMenu = function () { shiftClicked = (world.currentKey === 16); menu = new MenuMorph(this); - menu.addItem('Project Notes...', 'editProjectNotes'); + menu.addItem('Project notes...', 'editProjectNotes'); menu.addLine(); menu.addItem( 'New', -- cgit v1.3.1