Consistent capitalization with other menu items.

This commit is contained in:
Vincent St-Amour 2012-07-20 10:38:50 -04:00
parent 24b314a40a
commit 7c0ef33bb7

View File

@ -153,7 +153,7 @@
(and (<= start pos end)
(let ([menu (make-object popup-menu% #f)])
(new menu-item%
[label "Show optimization info"]
[label "Show Optimization Info"]
[parent menu]
[callback (lambda _ (popup-fun text start end))])
menu))))))