Changeset 7:cd84a214dc12

Show
Ignore:
Timestamp:
02/09/10 03:06:34 (6 months ago)
Author:
sgk
Branch:
default
Message:

fix: typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • app/src/processing/app/Editor.java

    r1 r7  
    10051005    // To deal with a Mac OS X 10.5 bug, add an extra space after the name 
    10061006    // so that the OS doesn't try to insert its slow help menu. 
    1007     JMenu menu = new JMenu(_("Help ")); 
     1007    JMenu menu = new JMenu(_("Help")); 
    10081008    JMenuItem item; 
    10091009