diff options
| author | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-13 02:32:09 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-13 02:32:09 -0400 |
| commit | c65a77bd85824171f363c95b615c5025a605b71e (patch) | |
| tree | 6f7e7ca22be155331e6e544bac47d27bf7350386 /gui.js | |
| parent | 15718f44a30a022a5f45001f3fd2d506da504ff1 (diff) | |
| download | snap-byow-c65a77bd85824171f363c95b615c5025a605b71e.tar.gz snap-byow-c65a77bd85824171f363c95b615c5025a605b71e.zip | |
Fixed issue #25
Corrected the capitalization of the "Project notes..." menu item
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
