summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorNathan Dinsmore <queryselector@gmail.com>2013-04-13 02:32:09 -0400
committerNathan Dinsmore <queryselector@gmail.com>2013-04-13 02:32:09 -0400
commitc65a77bd85824171f363c95b615c5025a605b71e (patch)
tree6f7e7ca22be155331e6e544bac47d27bf7350386 /gui.js
parent15718f44a30a022a5f45001f3fd2d506da504ff1 (diff)
downloadsnap-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.js2
1 files changed, 1 insertions, 1 deletions
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',