Ignore:
Timestamp:
13.01.2010 19:33:42 (2 years ago)
Author:
mjulius
Message:

fix messages for actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AddNodeAction.java

    r2824 r2842  
    285285            public CancelAction() { 
    286286                putValue(NAME, tr("Cancel")); 
    287                 putValue(SHORT_DESCRIPTION, tr("Close the dialog, don't create a new node")); 
     287                putValue(SHORT_DESCRIPTION, tr("Close the dialog, do not create a new node")); 
    288288                putValue(SMALL_ICON, ImageProvider.get("cancel")); 
    289289            } 
Note: See TracChangeset for help on using the changeset viewer.