Consistent capitalization with other menu items.

(cherry picked from commit 7c0ef33bb7)
This commit is contained in:
Vincent St-Amour 2012-07-20 10:38:50 -04:00 committed by Ryan Culpepper
parent 82a50d3eee
commit 4bfaae4d0b

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))))))